[or-cvs] r11189: bump to 0.2.0.5-alpha since we're getting close (in tor/trunk: . contrib src/or src/win32)
arma at seul.org
arma at seul.org
Sun Aug 19 07:30:29 UTC 2007
Author: arma
Date: 2007-08-19 03:30:29 -0400 (Sun, 19 Aug 2007)
New Revision: 11189
Modified:
tor/trunk/configure.in
tor/trunk/contrib/tor-mingw.nsi.in
tor/trunk/src/or/or.h
tor/trunk/src/win32/orconfig.h
Log:
bump to 0.2.0.5-alpha since we're getting close
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2007-08-19 07:23:54 UTC (rev 11188)
+++ tor/trunk/configure.in 2007-08-19 07:30:29 UTC (rev 11189)
@@ -4,7 +4,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.4-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.0.5-alpha)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in 2007-08-19 07:23:54 UTC (rev 11188)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2007-08-19 07:30:29 UTC (rev 11189)
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "0.2.0.4-alpha-dev"
+!define VERSION "0.2.0.5-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h 2007-08-19 07:23:54 UTC (rev 11188)
+++ tor/trunk/src/or/or.h 2007-08-19 07:30:29 UTC (rev 11189)
@@ -3538,7 +3538,7 @@
VS_NEW_IN_SERIES=3, /**< This version is newer than any recommended version
* in its series, but later recommended versions exist.
*/
- VS_UNRECOMMENDED=4 /**< This version is not recommended (general case) */
+ VS_UNRECOMMENDED=4 /**< This version is not recommended (general case). */
} version_status_t;
typedef struct combined_version_status_t {
Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h 2007-08-19 07:23:54 UTC (rev 11188)
+++ tor/trunk/src/win32/orconfig.h 2007-08-19 07:30:29 UTC (rev 11189)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.4-alpha-dev"
+#define VERSION "0.2.0.5-alpha"
More information about the tor-commits
mailing list