diff options
author | Roger Dingledine <arma@torproject.org> | 2012-04-30 16:16:30 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-04-30 16:16:30 -0400 |
commit | 2513a3e959b616126f2c0a050e9f8f9593721ef7 (patch) | |
tree | 2cb6de264e0311a18678dc10ee80c87ff29a535c /contrib | |
parent | b8e6314cf69a894e9fcc8e5b0ce96efa185dc6d6 (diff) | |
download | tor-2513a3e959b616126f2c0a050e9f8f9593721ef7.tar.gz tor-2513a3e959b616126f2c0a050e9f8f9593721ef7.zip |
bump to 0.2.3.15-alphator-0.2.3.15-alpha
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 424a1beb23..c00dee0f8c 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.14-alpha-dev" +!define VERSION "0.2.3.15-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |