diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-20 06:26:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-20 06:26:58 +0000 |
commit | a2a3d1e3293abb04fef2d73218a224e1e757e214 (patch) | |
tree | e9002efda04e05f7b56d1b873568e349df141027 /contrib | |
parent | 0702f21a59c489616324f75ca5108d96eedd33ce (diff) | |
download | tor-a2a3d1e3293abb04fef2d73218a224e1e757e214.tar.gz tor-a2a3d1e3293abb04fef2d73218a224e1e757e214.zip |
prepare for the 0.2.1.2-alpha release. we will tag
sometime today. get your fixes in soon. :)
svn:r15371
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 c72ff464a6..8dc14e0281 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.1-alpha-dev" +!define VERSION "0.2.1.2-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |