]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.23
authorRoger Dingledine <arma@torproject.org>
Mon, 28 Jul 2014 08:07:36 +0000 (04:07 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 28 Jul 2014 08:07:36 +0000 (04:07 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 1463af721c8ba604c63ae18e1a788f698f265e66..3456013320c2d40be8e9954411198e823c2f997f 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.22-dev])
+AC_INIT([tor],[0.2.4.23])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index d72072ec0d573cd84aa5c08fd7e1116cca26a4fc..23a01b46c3c93f54d5a63f316ec1455670bf70c1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.22-dev"
+!define VERSION "0.2.4.23"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 9e0a41a47dfee65af66340129d626ee691859a7e..c86e2b0fae0982f2066f995f65313ed506fa1737 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.22-dev"
+#define VERSION "0.2.4.23"