]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.1-alpha tor-0.2.4.1-alpha
authorRoger Dingledine <arma@torproject.org>
Wed, 5 Sep 2012 23:12:22 +0000 (19:12 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 5 Sep 2012 23:12:22 +0000 (19:12 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index dba2fec1d9a518b4cf2d10336c88fdc98e694f82..0bde60888897cdc0d3f4c26be198d3dafd732077 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.0-alpha-dev])
+AC_INIT([tor],[0.2.4.1-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index 2d6d1dbe537f03a3004d54cfa1eb4d36597529bb..0195e331e7605d1dcd87b1a549e45a1f6a0d68f6 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.0-alpha-dev"
+!define VERSION "0.2.4.1-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 4c8c65518af91629faa4db1f9504017e730cfe3b..88c802c4434bba9f9451b3ec3498e57ee170f7e0 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.0-alpha-dev"
+#define VERSION "0.2.4.1-alpha"