diff options
author | Roger Dingledine <arma@torproject.org> | 2012-03-26 00:01:46 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-03-26 00:01:46 -0400 |
commit | e103509f7aa85a1dd1bac30fccf90bb8dafcede4 (patch) | |
tree | 302b81d0fd1d43249011d508cc9d7ab3621a9ec2 /contrib | |
parent | 6c5a1377e8b7d0e663886a9fddd6ba799c6c3191 (diff) | |
download | tor-e103509f7aa85a1dd1bac30fccf90bb8dafcede4.tar.gz tor-e103509f7aa85a1dd1bac30fccf90bb8dafcede4.zip |
bump to 0.2.3.13-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 73e79f0dde..6df34b605d 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.12-alpha-dev" +!define VERSION "0.2.3.13-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |