[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9843: bump to 0.1.2.11-rc-dev so we can distinguish versions with (in tor/branches/tor-0_1_2-patches: . contrib src/win32)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9843: bump to 0.1.2.11-rc-dev so we can distinguish versions with (in tor/branches/tor-0_1_2-patches: . contrib src/win32)
- From: arma@xxxxxxxx
- Date: Fri, 16 Mar 2007 03:11:37 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 16 Mar 2007 03:11:44 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2007-03-16 03:11:35 -0400 (Fri, 16 Mar 2007)
New Revision: 9843
Modified:
tor/branches/tor-0_1_2-patches/configure.in
tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in
tor/branches/tor-0_1_2-patches/src/win32/orconfig.h
Log:
bump to 0.1.2.11-rc-dev so we can distinguish versions
with the infinite loop bug from those without
Modified: tor/branches/tor-0_1_2-patches/configure.in
===================================================================
--- tor/branches/tor-0_1_2-patches/configure.in 2007-03-16 06:58:19 UTC (rev 9842)
+++ tor/branches/tor-0_1_2-patches/configure.in 2007-03-16 07:11:35 UTC (rev 9843)
@@ -4,7 +4,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.2.11-rc)
+AM_INIT_AUTOMAKE(tor, 0.1.2.11-rc-dev)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
Modified: tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in
===================================================================
--- tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in 2007-03-16 06:58:19 UTC (rev 9842)
+++ tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in 2007-03-16 07:11:35 UTC (rev 9843)
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "0.1.2.11-rc"
+!define VERSION "0.1.2.11-rc-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
Modified: tor/branches/tor-0_1_2-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_1_2-patches/src/win32/orconfig.h 2007-03-16 06:58:19 UTC (rev 9842)
+++ tor/branches/tor-0_1_2-patches/src/win32/orconfig.h 2007-03-16 07:11:35 UTC (rev 9843)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.1.2.11-rc"
+#define VERSION "0.1.2.11-rc-dev"