]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.3-alpha tor-0.2.4.3-alpha
authorRoger Dingledine <arma@torproject.org>
Sat, 22 Sep 2012 10:11:28 +0000 (06:11 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 22 Sep 2012 10:11:28 +0000 (06:11 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 7f33828669698fd87b51c9013f62c6601e90fa77..ea14ad2aa56245d7402502f848ce8e1e0f602f4c 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2012, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.4.2-alpha-dev])
+AC_INIT([tor],[0.2.4.3-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index 96e27b46300af83ddff7ad72aa9dad08ae7cdedc..fca98171afd32ebb689688dace11340b74929f5b 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.2-alpha-dev"
+!define VERSION "0.2.4.3-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index beebc6dbdd1e5705e0ee0f4d0fc4ff0915775334..d49b036b16bb94c266c7a349bc73ee9a475acbf1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.2-alpha-dev"
+#define VERSION "0.2.4.3-alpha"