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

index e704249457d391a479e461034a895b1fa62dd6d9..605282bb8db2b3c2db31e1b6e3689c8159d03dbe 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.17-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.1.17-rc-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 743e915a57378a2dba408fd8672157a46a0ce199..70e9140299264677c3d4e21a682ca00f651e6f18 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.17-rc"
+!define VERSION "0.2.1.17-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a13b4139c34996178d2e332047f30ae44b27f711..6e599b38b2ee9d09492f20b5e18652f720c3534d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.17-rc"
+#define VERSION "0.2.1.17-rc-dev"