]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.9-alpha tor-0.2.4.9-alpha
authorRoger Dingledine <arma@torproject.org>
Tue, 15 Jan 2013 16:57:34 +0000 (11:57 -0500)
committerRoger Dingledine <arma@torproject.org>
Tue, 15 Jan 2013 16:57:34 +0000 (11:57 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 8e05e5811dcd48b7290fd4950ff76153495bc958..40105dfbda74cc0f1fd230d616aa3b44ea6999fe 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.8-alpha-dev])
+AC_INIT([tor],[0.2.4.9-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index dd9073daafe399155fcbef952f45009240ff47e5..a0c4070e065ff51b6ab027a469fa4d0e363bec0d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.8-alpha-dev"
+!define VERSION "0.2.4.9-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index e2a1e84f1ce544ac3cd2d3b43c2bd11ee9d40b43..1352e712d840ab13a6d153068630d44d1a52680a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.8-alpha-dev"
+#define VERSION "0.2.4.9-alpha"