]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment version to 0.2.5.3-alpha
authorNick Mathewson <nickm@torproject.org>
Sun, 23 Mar 2014 01:07:50 +0000 (21:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 23 Mar 2014 01:07:50 +0000 (21:07 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index c11cf842d17960fd79e65e72970e49bd8b7629af..5a5b6e444ff78e05c0e9927d1d0be43bedd72086 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.2-alpha])
+AC_INIT([tor],[0.2.5.3-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 7533c5ac275624f16e54eff870473b8de9d3640f..01a4a58e1a3aba6007424a245207ed17bbb6577e 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.2-alpha"
+!define VERSION "0.2.5.3-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 4983b4a7b3c5444b1673959060796ccada0f5ec3..f96d9dff1d9a6ee017e90dca2cd36acccbf96461 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.2-alpha"
+#define VERSION "0.2.5.3-alpha"