diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-15 00:24:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-15 00:24:19 -0500 |
commit | 85eb83052f1d61b50fea380c5ac9cd4af16370cf (patch) | |
tree | 71c0c76da0800bc440dc88f688a11e3d717b359e /contrib | |
parent | 26cffd3b8656bdec13426ac077e6b4f3ecef9d6c (diff) | |
download | tor-85eb83052f1d61b50fea380c5ac9cd4af16370cf.tar tor-85eb83052f1d61b50fea380c5ac9cd4af16370cf.tar.gz |
Bump version to 0.2.4.8-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 851519193..dd9073daa 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.4.8-alpha" +!define VERSION "0.2.4.8-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |