]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.5.10-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 24 Oct 2014 13:22:58 +0000 (09:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 Oct 2014 13:22:58 +0000 (09:22 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 4b98b9cfd18488a276f852eaf66d30e61fecd505..8fab9758bb646945d493cb0a78031d0813436e5b 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2013, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.5.9-rc-dev])
+AC_INIT([tor],[0.2.5.10-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 88116ec8501556eded5bef18d8fee0d4a8631d9c..fc4b81b11269d9fef925e7d8c78186102d8cc2a6 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.9-rc-dev"
+!define VERSION "0.2.5.10-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 2c2ff7eb16b3b1ac4418e19ed26d213e52bd77fc..b2490c33aa294fb1444068e08d60dc2c3daf26c4 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.9-rc-dev"
+#define VERSION "0.2.5.10-dev"