]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.3.18-rc-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 28 Jun 2012 20:01:55 +0000 (16:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 Jun 2012 20:01:55 +0000 (16:01 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index e9ef4f8f9453b9a58e85e82beed70d7ff255d585..1db7d08e20b13d47eb183fd29f7a39f0f0fd53bb 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2012, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.3.18-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.3.18-rc-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 75b256790ede83d1d008d6b8419ba2b57cbcc969..2133a471b3fce89be4e7cf8c665eb9c8ccc717ee 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.18-rc"
+!define VERSION "0.2.3.18-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a5bd2eea24a8731775dc0c626d493009acd787ff..d780d5d73d874124bdd6d8e432e4b47bf9a98292 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.18-rc"
+#define VERSION "0.2.3.18-rc-dev"