]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump 0.2.4 version.
authorNick Mathewson <nickm@torproject.org>
Thu, 12 Mar 2015 14:50:15 +0000 (10:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 Mar 2015 14:50:15 +0000 (10:50 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 9cf172af44d9ef2ea22973080d042499b2a3bff1..5cc9ab881a3a34610492245a671155c9d05693f1 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.4.25-dev])
+AC_INIT([tor],[0.2.4.26])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 1e578cd4a06d571537907e9192c7674a7fdc2334..f16e637de62bda8e0f5d62bcf7c880fddbdd7f61 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.25-dev"
+!define VERSION "0.2.4.26"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d3f3eb19adcc85bf12f700208236a6833fb157c9..a028e9ec467ad4826323145a113c8da858ba3a53 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.25-dev"
+#define VERSION "0.2.4.26"