[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14422: bump to 0.2.0.24-rc. let the madness begin! (in tor/branches/tor-0_2_0-patches: . contrib src/win32)
Author: arma
Date: 2008-04-22 20:22:47 -0400 (Tue, 22 Apr 2008)
New Revision: 14422
Modified:
tor/branches/tor-0_2_0-patches/configure.in
tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
Log:
bump to 0.2.0.24-rc. let the madness begin!
Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in 2008-04-23 00:18:07 UTC (rev 14421)
+++ tor/branches/tor-0_2_0-patches/configure.in 2008-04-23 00:22:47 UTC (rev 14422)
@@ -5,7 +5,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.23-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.0.24-rc)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
Modified: tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in 2008-04-23 00:18:07 UTC (rev 14421)
+++ tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in 2008-04-23 00:22:47 UTC (rev 14422)
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.0.23-rc"
+!define VERSION "0.2.0.24-rc"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
Modified: tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_2_0-patches/src/win32/orconfig.h 2008-04-23 00:18:07 UTC (rev 14421)
+++ tor/branches/tor-0_2_0-patches/src/win32/orconfig.h 2008-04-23 00:22:47 UTC (rev 14422)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.23-rc"
+#define VERSION "0.2.0.24-rc"