]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump maint-0.2.4 version to 0.2.4.22-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 16 May 2014 13:16:54 +0000 (09:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 May 2014 13:16:54 +0000 (09:16 -0400)
(See discussion on #9553)

configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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