summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-09 00:04:50 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-09 00:04:50 +0000
commitdadb34613606daae4d33d7a6f5efe36171c91dee (patch)
treee1da7aed78e6dab466c3e5b0bc1f91336fafaa9e
parent946317ae13b37d2e354f5bb793eef2856805dd56 (diff)
downloadtor-dadb34613606daae4d33d7a6f5efe36171c91dee.tar.gz
tor-dadb34613606daae4d33d7a6f5efe36171c91dee.zip
make the tor.nsi version accurate
svn:r6102
-rw-r--r--contrib/tor.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi
index 1452760e39..9b1cf0a3e6 100644
--- a/contrib/tor.nsi
+++ b/contrib/tor.nsi
@@ -31,7 +31,7 @@
!include "MUI.nsh"
-!define VERSION "0.1.1.14-alpha"
+!define VERSION "0.1.1.14-alpha-cvs"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"