diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-09 17:57:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-09 17:57:08 +0000 |
commit | 833587bbfe5750a4b70929c4738a903e0b047724 (patch) | |
tree | 7256f37fc7f9e0f3566c22b93e404d1f4146dfc1 /contrib | |
parent | 50113a28424e7a862b17d197e86cede9bcceedfc (diff) | |
download | tor-833587bbfe5750a4b70929c4738a903e0b047724.tar.gz tor-833587bbfe5750a4b70929c4738a903e0b047724.zip |
bump to 0.2.0.19-alpha
svn:r13449
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 9766360da1..cc751f527d 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -9,7 +9,7 @@ !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.0.18-alpha-dev" +!define VERSION "0.2.0.19-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |