]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump the version number to 0.2.4.5-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 25 Oct 2012 14:44:14 +0000 (10:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 25 Oct 2012 14:44:14 +0000 (10:44 -0400)
(For real this time.  It turns out that 4 and 5 are different numbers.)

configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 60631a5df7f2e17193ff4ac33a9406ab79e7d073..0ccae470fbfe41fbdcdd9243370db8ccf4036eb5 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.4-alpha])
+AC_INIT([tor],[0.2.4.5-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index 762cbb1878d3ed3e88b07b722aa1effaa0cbbfa1..6cd280d93e113d85d27f40d91b909645ec9e8256 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.4-alpha"
+!define VERSION "0.2.4.5-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f703d29e84c614fb52c475054fb17474505ac85d..ba859961c2f8328c1d683a3302f7b5df3bdee6a8 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.4-alpha"
+#define VERSION "0.2.4.5-alpha"