diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-16 12:09:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-16 12:09:42 -0500 |
commit | 663913e5cac521389faeae7a480456e2b6cd8737 (patch) | |
tree | 2b11dcc710d530f30a213292a484c1e8e215a3a0 /contrib | |
parent | 1fbce83f8c56d9c66eee9ac115c5d7f9211eefb5 (diff) | |
download | tor-663913e5cac521389faeae7a480456e2b6cd8737.tar.gz tor-663913e5cac521389faeae7a480456e2b6cd8737.zip |
Increment version in master to 0.2.3.10-alpha-dev
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 acf30c473d..02ffb2d51f 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.10-alpha" +!define VERSION "0.2.3.10-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |