]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump maint-0.2.5 to 0.2.5.9-rc-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 20 Oct 2014 14:32:09 +0000 (10:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 20 Oct 2014 14:32:09 +0000 (10:32 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 9da79ac7b18bf04888f3e4dd74e54d5b7cf86bb0..4b98b9cfd18488a276f852eaf66d30e61fecd505 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.7-rc-dev])
+AC_INIT([tor],[0.2.5.9-rc-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 2415f45f383c3637860e60b47ad6038607726d8f..88116ec8501556eded5bef18d8fee0d4a8631d9c 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.7-rc-dev"
+!define VERSION "0.2.5.9-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 43ccbc59a1be80e584a728f55e7e249705ac6b2c..2c2ff7eb16b3b1ac4418e19ed26d213e52bd77fc 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.7-rc-dev"
+#define VERSION "0.2.5.9-rc-dev"