diff options
author | Roger Dingledine <arma@torproject.org> | 2012-04-23 03:17:28 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-04-23 03:17:28 -0400 |
commit | 987b5d08b2fbb106f7930586052e7854d80a7e18 (patch) | |
tree | ce239819e31895edf6b864ff535b31a99b5e210f /contrib | |
parent | 770433f19428defec874a5bfe92f646d3058e283 (diff) | |
download | tor-987b5d08b2fbb106f7930586052e7854d80a7e18.tar.gz tor-987b5d08b2fbb106f7930586052e7854d80a7e18.zip |
bump to 0.2.3.14-alpha
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 383a40d577..3773f9345c 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.13-alpha-dev" +!define VERSION "0.2.3.14-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |