diff options
author | Roger Dingledine <arma@torproject.org> | 2008-08-03 05:35:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-08-03 05:35:42 +0000 |
commit | fd4a30d198e2ff166b0fcee9243923eb1b58fcd4 (patch) | |
tree | ecc50e293f16f63c04cac6e0acd70417cde0ab72 /contrib | |
parent | bf066be6546f05cd59c54f994f9d32e012817a73 (diff) | |
download | tor-fd4a30d198e2ff166b0fcee9243923eb1b58fcd4.tar.gz tor-fd4a30d198e2ff166b0fcee9243923eb1b58fcd4.zip |
bump to 0.2.1.3-alphator-0.2.1.3-alpha
svn:r16369
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 cba24d9422..b45be9af15 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -9,7 +9,7 @@ !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.1.2-alpha-dev" +!define VERSION "0.2.1.3-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |