diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-18 10:40:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-18 10:40:18 -0400 |
commit | fd9ba5ed560d3be63ce0eb898ea73dff2b9b9ae7 (patch) | |
tree | cc8bbf7b30efe6f3c10e4dbc821f1dd5210f74e0 /contrib | |
parent | ce168e78009d7aab21254e8dc976573bd2bb2701 (diff) | |
download | tor-fd9ba5ed560d3be63ce0eb898ea73dff2b9b9ae7.tar.gz tor-fd9ba5ed560d3be63ce0eb898ea73dff2b9b9ae7.zip |
Bump version to 0.2.4.14-alpha.
(Remember, this isn't a release until we tag it.)
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 603194a63f..0697577067 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.13-alpha" +!define VERSION "0.2.4.14-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |