]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.3.6-alpha
authorRoger Dingledine <arma@torproject.org>
Thu, 27 Oct 2011 00:33:23 +0000 (20:33 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 27 Oct 2011 00:33:23 +0000 (20:33 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 4db44d188618897592538b3d5547d641a282d992..641d46ab0c69ebf70139c40ccb3a4d544ab11a47 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.5-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.3.6-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 115129b4984c203aae7d2b8c2d9b578857292161..3316b703719c6aa8d3ab23245c14c2e9254b354f 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.5-alpha-dev"
+!define VERSION "0.2.3.6-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index cdff052ae3c18fdfee657b7494ddb55ab00f0e40..df5f2b46faaec39410c4badbdea48651767f7bad 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.5-alpha-dev"
+#define VERSION "0.2.3.6-alpha"