diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-23 13:38:12 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-23 13:38:12 -0400 |
commit | 2e295ae46e29b6a7428867bc18882656d408f2e5 (patch) | |
tree | 76080e9b25dfcf726c7e75cd1b7014d4f3f827f0 /contrib | |
parent | 9d355bf47983019ab6b3f20d0c8c5870961b016f (diff) | |
download | tor-2e295ae46e29b6a7428867bc18882656d408f2e5.tar.gz tor-2e295ae46e29b6a7428867bc18882656d408f2e5.zip |
bump to 0.2.3.5-alpha-dev
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index e1fdc1af74..115129b498 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.3.5-alpha" +!define VERSION "0.2.3.5-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |