[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12944: Bump to 0.2.0.14-alpha-dev (in tor/trunk: . contrib src/win32)
Author: nickm
Date: 2007-12-23 12:57:07 -0500 (Sun, 23 Dec 2007)
New Revision: 12944
Modified:
tor/trunk/
tor/trunk/configure.in
tor/trunk/contrib/tor-mingw.nsi.in
tor/trunk/src/win32/orconfig.h
Log:
r15644@tombo: nickm | 2007-12-23 12:56:38 -0500
Bump to 0.2.0.14-alpha-dev
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r15644] on d9e39d38-0f13-419c-a857-e10a0ce2aa0c
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2007-12-23 14:04:51 UTC (rev 12943)
+++ tor/trunk/configure.in 2007-12-23 17:57:07 UTC (rev 12944)
@@ -4,7 +4,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.14-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.0.14-alpha-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-12-23 14:04:51 UTC (rev 12943)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2007-12-23 17:57:07 UTC (rev 12944)
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.0.14-alpha"
+!define VERSION "0.2.0.14-alpha-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h 2007-12-23 14:04:51 UTC (rev 12943)
+++ tor/trunk/src/win32/orconfig.h 2007-12-23 17:57:07 UTC (rev 12944)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.14-alpha"
+#define VERSION "0.2.0.14-alpha-dev"