[or-cvs] r9718: Bump version to 0.1.2.9-rc-dev (in tor/trunk: . contrib src/win32)
nickm at seul.org
nickm at seul.org
Sat Mar 3 20:09:08 UTC 2007
Author: nickm
Date: 2007-03-03 15:09:07 -0500 (Sat, 03 Mar 2007)
New Revision: 9718
Modified:
tor/trunk/
tor/trunk/configure.in
tor/trunk/contrib/tor-mingw.nsi.in
tor/trunk/src/win32/orconfig.h
Log:
r12420 at Kushana: nickm | 2007-03-03 15:06:53 -0500
Bump version to 0.1.2.9-rc-dev
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r12420] on c95137ef-5f19-0410-b913-86e773d04f59
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2007-03-03 06:56:05 UTC (rev 9717)
+++ tor/trunk/configure.in 2007-03-03 20:09:07 UTC (rev 9718)
@@ -4,7 +4,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.2.9-rc)
+AM_INIT_AUTOMAKE(tor, 0.1.2.9-rc-dev)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in 2007-03-03 06:56:05 UTC (rev 9717)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2007-03-03 20:09:07 UTC (rev 9718)
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "0.1.2.9-rc"
+!define VERSION "0.1.2.9-rc-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h 2007-03-03 06:56:05 UTC (rev 9717)
+++ tor/trunk/src/win32/orconfig.h 2007-03-03 20:09:07 UTC (rev 9718)
@@ -227,5 +227,5 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.1.2.9-rc"
+#define VERSION "0.1.2.9-rc-dev"
More information about the tor-commits
mailing list