]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.5.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 3 Oct 2013 02:41:41 +0000 (22:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 3 Oct 2013 02:41:41 +0000 (22:41 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 39eaf288e693b5c43d54b37aec8da3c45519d585..926b53d492d3f95a5e8766b89a5707afa0ce269a 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.1-alpha])
+AC_INIT([tor],[0.2.5.1-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 9a1ae6d789378f9c4f5f7cbca0140126b674e626..d6a2f3362ec6caa03491da836c38f9e95316eaf4 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.1-alpha"
+!define VERSION "0.2.5.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 262ba85cb63f1593fc4358512c568a4ce147c182..0d6fe692b92fa9c31630c7044b187e46e560941e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.1-alpha"
+#define VERSION "0.2.5.1-alpha-dev"