]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.1.17-rc tor-0.2.1.17-rc
authorNick Mathewson <nickm@torproject.org>
Tue, 7 Jul 2009 16:22:46 +0000 (12:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 7 Jul 2009 16:22:46 +0000 (12:22 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 8d97c8e80a188179850980d6ca207af85d7d6a35..e704249457d391a479e461034a895b1fa62dd6d9 100644 (file)
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.16-rc-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.17-rc)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 4e1df5e63afa3e94403a1c63e6406dd231745ae0..743e915a57378a2dba408fd8672157a46a0ce199 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.16-rc-dev"
+!define VERSION "0.2.1.17-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index eede82385f9a987b251446c8429c07f30597165f..a13b4139c34996178d2e332047f30ae44b27f711 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.16-rc-dev"
+#define VERSION "0.2.1.17-rc"