]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.7-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 24 Dec 2012 09:04:04 +0000 (04:04 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 24 Dec 2012 09:04:04 +0000 (04:04 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 9ddbbe2c6a3e0cda06950295e524c817ead29a52..d821f8481d1a48642ec2257b141272d5893f34de 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.6-alpha-dev])
+AC_INIT([tor],[0.2.4.7-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index c22d0c5dcdf45ee1e1a65bc8a508473fd5a35795..c58061f9f0a4f0a114529533b55c06fb2d0a35ed 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.6-alpha-dev"
+!define VERSION "0.2.4.7-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index cca73b0a30a3bf8312e0418024d01d57005b5e03..b5a4e0186dca6767e534a2590987193de60c3851 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.6-alpha-dev"
+#define VERSION "0.2.4.7-alpha"