[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9656: let us call it a beta. perhaps it will break then. (in tor/trunk: . contrib src/win32)



Author: arma
Date: 2007-02-26 01:53:19 -0500 (Mon, 26 Feb 2007)
New Revision: 9656

Modified:
   tor/trunk/ChangeLog
   tor/trunk/configure.in
   tor/trunk/contrib/tor-mingw.nsi.in
   tor/trunk/src/win32/orconfig.h
Log:
let us call it a beta. perhaps it will break then.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-02-26 05:36:02 UTC (rev 9655)
+++ tor/trunk/ChangeLog	2007-02-26 06:53:19 UTC (rev 9656)
@@ -1,4 +1,4 @@
-Changes in version 0.1.2.8-rc - 2007-02-??
+Changes in version 0.1.2.8-beta - 2007-02-26
   o Major bugfixes (crashes):
     - Stop crashing when the controller asks us to resetconf more than
       one config option at once. (Vidalia 0.0.11 does this.)

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2007-02-26 05:36:02 UTC (rev 9655)
+++ tor/trunk/configure.in	2007-02-26 06:53:19 UTC (rev 9656)
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.2.7-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.1.2.8-beta)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in	2007-02-26 05:36:02 UTC (rev 9655)
+++ tor/trunk/contrib/tor-mingw.nsi.in	2007-02-26 06:53:19 UTC (rev 9656)
@@ -5,7 +5,7 @@
 ;
 !include "MUI.nsh"
 
-!define VERSION "0.1.2.7-alpha-dev"
+!define VERSION "0.1.2.8-beta"
 !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-02-26 05:36:02 UTC (rev 9655)
+++ tor/trunk/src/win32/orconfig.h	2007-02-26 06:53:19 UTC (rev 9656)
@@ -227,5 +227,5 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.1.2.7-alpha-dev"
+#define VERSION "0.1.2.8-beta"