]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.5-alpha
authorRoger Dingledine <arma@torproject.org>
Sun, 11 Oct 2009 18:59:20 +0000 (14:59 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 11 Oct 2009 18:59:20 +0000 (14:59 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 39ca3085d8d91637148c9574e48c4db753b3c263..62451e6705fef23a3a12156166c37221545b5da6 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.4-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.5-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 28492eea30fe386c5597fc1898cceb39ab13c378..4fe579abe4f533a82fbda6d7522547f7f2c9dffb 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.2.4-alpha"
+!define VERSION "0.2.2.5-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index b128862a255b4110846e9cae2ab764be3e844e10..fcd3be497cb0cadd17072e755c43d9305553913e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.4-alpha"
+#define VERSION "0.2.2.5-alpha"