]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.7-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Tue, 25 Dec 2012 07:52:53 +0000 (02:52 -0500)
committerRoger Dingledine <arma@torproject.org>
Tue, 25 Dec 2012 07:52:53 +0000 (02:52 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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