]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version in master to 0.2.5.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 1 Mar 2013 05:13:36 +0000 (00:13 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Mar 2013 05:13:36 +0000 (00:13 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 864477b8fc8485f6deeb30e940bbaa3e6a0757de..af0dbf261122fbd70065f1919aa70cd3d77efbed 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.5.0-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index d5379bd578c2497c5323d9157fca55b58640ecdf..ef3d16ac4a9c39b0ae05a7f323d1c2a53b6a4d23 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.5.0-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f5d5cf4460c7d3cb10112dc12c1d94583215af53..9ba991fe9bbc986de7eedc7d3157598340ce485a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.10-alpha-dev"
+#define VERSION "0.2.5.0-dev"