]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.5.1-alpha
authorRoger Dingledine <arma@torproject.org>
Wed, 2 Oct 2013 00:57:30 +0000 (20:57 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 2 Oct 2013 00:57:30 +0000 (20:57 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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