]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.3.6-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 28 Oct 2011 22:05:17 +0000 (18:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 28 Oct 2011 22:05:17 +0000 (18:05 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 641d46ab0c69ebf70139c40ccb3a4d544ab11a47..df5551c2b2ceadc8c2f0027a11cdf363068d5d5a 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.3.6-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.6-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 3316b703719c6aa8d3ab23245c14c2e9254b354f..fceb087dc1b286413a4e93134cc421fbf95ec99a 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.6-alpha"
+!define VERSION "0.2.3.6-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index df5f2b46faaec39410c4badbdea48651767f7bad..a0b66f14703919fea2cd7c8a9edd2b85a9fbff5d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.6-alpha"
+#define VERSION "0.2.3.6-alpha-dev"