]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.5.4-alpha.
authorNick Mathewson <nickm@torproject.org>
Fri, 25 Apr 2014 06:07:53 +0000 (02:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 25 Apr 2014 06:07:53 +0000 (02:07 -0400)
Probably releasing within ~22 hours, pending testing

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

index 4831b4e3e9d4db1703920240cd2303803733d07f..30feda6b93e80c2f8ed54b24e2b4a975bd8d7f87 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.3-alpha-dev])
+AC_INIT([tor],[0.2.5.4-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index d14ff791b126d307f12dc04516658693a515f7cf..1d9274ad08e9374660ea32adf0d7285851a580c1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.3-alpha-dev"
+!define VERSION "0.2.5.4-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ba59e3b71eff1fcdf0db179acb2703a190aa8ba6..c865d5633aff6111990014e60bd9fafc46cf0d12 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.3-alpha-dev"
+#define VERSION "0.2.5.4-alpha"