diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-09 15:29:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-09 15:29:30 +0000 |
commit | c9f8101f215d445ecddc225a3fc50d0a959d6448 (patch) | |
tree | e5365345fcb1a0b49089536841f7e5b48c875997 /contrib | |
parent | be5d943cec431438b28b55b450b11900c0e31ed1 (diff) | |
download | tor-c9f8101f215d445ecddc225a3fc50d0a959d6448.tar.gz tor-c9f8101f215d445ecddc225a3fc50d0a959d6448.zip |
bump svn 0.2.0 version to 0.2.0.29-rc-dev
svn:r15807
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 2f7f25ebc5..8ff1debfe3 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.0.29-rc" +!define VERSION "0.2.0.29-rc-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |