]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump the version to 0.2.6.2-alpha
authorNick Mathewson <nickm@torproject.org>
Wed, 31 Dec 2014 13:58:26 +0000 (08:58 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 31 Dec 2014 13:58:26 +0000 (08:58 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 666478f920e587dc154415770f622cd3d1497577..65b4b3d619964172c60eecbfbbd94d68ae6a0799 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2014, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.6.1-alpha-dev])
+AC_INIT([tor],[0.2.6.2-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index d675c2cc093c598389f3367175158b31db36e71d..000fcc2f6634946f1bfda63f0ed3ab93a3917cdf 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.1-alpha-dev"
+!define VERSION "0.2.6.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index cee81b31eb3bab804d608ce1781ceee59237174d..f091fd8636727aceb8d9ce25519530870ee6baaf 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.1-alpha-dev"
+#define VERSION "0.2.6.2-alpha"