]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.10-alpha tor-0.2.4.10-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 4 Feb 2013 22:11:00 +0000 (17:11 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 4 Feb 2013 22:11:00 +0000 (17:11 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 6c4a0792fee1c7837524324b19750fc73887f33e..182cc1bee5ec50add9e32f4ca8f1db48d19faacd 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.4.9-alpha-dev])
+AC_INIT([tor],[0.2.4.10-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index c15a1a7c5458c7e6909cdbde7d2e865efcfdd3a2..2ee97ed7fc757976326248e44bbcd10394cd9f77 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.9-alpha-dev"
+!define VERSION "0.2.4.10-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ef08fdb2befc3a8e90fa077fd70c46d9b07802de..8a64114d6eea92b7d90f6647c3d0d5fd7f22ef6f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.9-alpha-dev"
+#define VERSION "0.2.4.10-alpha"