[or-cvs] r9730: Bump trunk version to 0.2.0.0-alpha-dev (in tor/trunk: . contrib src/win32)

nickm at seul.org nickm at seul.org
Sun Mar 4 19:49:07 UTC 2007


Author: nickm
Date: 2007-03-04 14:49:06 -0500 (Sun, 04 Mar 2007)
New Revision: 9730

Modified:
   tor/trunk/
   tor/trunk/ChangeLog
   tor/trunk/configure.in
   tor/trunk/contrib/tor-mingw.nsi.in
   tor/trunk/src/win32/orconfig.h
Log:
 r12063 at catbus:  nickm | 2007-03-04 14:46:22 -0500
 Bump trunk version to 0.2.0.0-alpha-dev



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/autoconf_beautification [r12063] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-03-04 19:49:04 UTC (rev 9729)
+++ tor/trunk/ChangeLog	2007-03-04 19:49:06 UTC (rev 9730)
@@ -1,3 +1,8 @@
+Changes in version 0.2.0.1-alpha - 2007-??-??
+  o Minor features (build):
+    - Make autoconf search for libevent and openssl consistently.
+    - Update deprecated macros in configure.in
+
 Changes in version 0.1.2.10-rc - 2007-03-??
   o Major bugfixes (Windows):
     - Do not load the NT services library functions (which may not exist)

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2007-03-04 19:49:04 UTC (rev 9729)
+++ tor/trunk/configure.in	2007-03-04 19:49:06 UTC (rev 9730)
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.2.9-rc-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.0.0-alpha-dev)
 AC_CONFIG_HEADERS([orconfig.h])
 
 AC_CANONICAL_HOST

Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in	2007-03-04 19:49:04 UTC (rev 9729)
+++ tor/trunk/contrib/tor-mingw.nsi.in	2007-03-04 19:49:06 UTC (rev 9730)
@@ -5,7 +5,7 @@
 ;
 !include "MUI.nsh"
 
-!define VERSION "0.1.2.9-rc-dev"
+!define VERSION "0.2.0.0-alpha-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-04 19:49:04 UTC (rev 9729)
+++ tor/trunk/src/win32/orconfig.h	2007-03-04 19:49:06 UTC (rev 9730)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.1.2.9-rc-dev"
+#define VERSION "0.2.0.0-alpha-dev"
 
 



More information about the tor-commits mailing list