]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump 0.2.6 to 0.2.6.4-rc-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 10 Mar 2015 12:20:47 +0000 (08:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Mar 2015 12:20:47 +0000 (08:20 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index aaad11ff9119a5cb0430eaadfbfdde97bbadd4e0..f04abfbb50d5920cd5d9e2a4783238a9de43ac78 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.6.3-alpha-dev])
+AC_INIT([tor],[0.2.6.4-rc-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 24757a8f4b9d1a649cf74ffefdf78cb4b01d5610..4a0350fd03d400176c264512b016e93f9ea1f096 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.3-alpha-dev"
+!define VERSION "0.2.6.4-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index e3a5205c086b8949ff0d3becae266f99b2f5c507..4d7a878d3dfa0c595fae15eb82b096526b3b7b1e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.3-alpha-dev"
+#define VERSION "0.2.6.4-rc-dev"