]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.5.2-alpha tor-0.2.5.2-alpha
authorRoger Dingledine <arma@torproject.org>
Thu, 13 Feb 2014 09:06:36 +0000 (04:06 -0500)
committerRoger Dingledine <arma@torproject.org>
Thu, 13 Feb 2014 09:06:36 +0000 (04:06 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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