diff options
author | Roger Dingledine <arma@torproject.org> | 2007-04-24 05:06:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-04-24 05:06:48 +0000 |
commit | e35659f66b817c2b7f6400202661687723befb55 (patch) | |
tree | 12d604ed7e7178788d22b925fc002649c2bd8987 /contrib | |
parent | 1fa6c65abe98ec600e447ca39be5211b307e5d67 (diff) | |
download | tor-0.1.2.13.tar.gz tor-0.1.2.13.zip |
bump to 0.1.2.13tor-0.1.2.13
we're getting close!
svn:r10015
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 27b9e5d284..89a4480ffe 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -5,7 +5,7 @@ ; !include "MUI.nsh" -!define VERSION "0.1.2.12-rc" +!define VERSION "0.1.2.13" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |