[or-cvs] r13745: Bump trunk version to 0.2.1.0-alpha-dev (in tor/trunk: . contrib doc/spec/proposals src/win32)

nickm at seul.org nickm at seul.org
Tue Feb 26 19:49:28 UTC 2008


Author: nickm
Date: 2008-02-26 14:49:28 -0500 (Tue, 26 Feb 2008)
New Revision: 13745

Modified:
   tor/trunk/
   tor/trunk/configure.in
   tor/trunk/contrib/tor-mingw.nsi.in
   tor/trunk/doc/spec/proposals/reindex.pl
   tor/trunk/src/win32/orconfig.h
Log:
 r14481 at tombo:  nickm | 2008-02-26 14:49:04 -0500
 Bump trunk version to 0.2.1.0-alpha-dev



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r14481] on 49666b30-7950-49c5-bedf-9dc8f3168102

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2008-02-26 19:42:43 UTC (rev 13744)
+++ tor/trunk/configure.in	2008-02-26 19:49:28 UTC (rev 13745)
@@ -5,7 +5,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.20-rc-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.0-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	2008-02-26 19:42:43 UTC (rev 13744)
+++ tor/trunk/contrib/tor-mingw.nsi.in	2008-02-26 19:49:28 UTC (rev 13745)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.20-rc-dev"
+!define VERSION "0.2.1.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"

Modified: tor/trunk/doc/spec/proposals/reindex.pl
===================================================================
--- tor/trunk/doc/spec/proposals/reindex.pl	2008-02-26 19:42:43 UTC (rev 13744)
+++ tor/trunk/doc/spec/proposals/reindex.pl	2008-02-26 19:49:28 UTC (rev 13745)
@@ -21,6 +21,7 @@
     my $num = substr($f, 0, 3);
     my $status = undef;
     my $title = undef;
+    if ($f !~ /\.txt/) { print "$f doesn't end with .txt\n"; }
     open(F, "$f");
     while (<F>) {
 	last if (/^\s*$/);

Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h	2008-02-26 19:42:43 UTC (rev 13744)
+++ tor/trunk/src/win32/orconfig.h	2008-02-26 19:49:28 UTC (rev 13745)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.20-rc-dev"
+#define VERSION "0.2.1.0-alpha-dev"
 
 



More information about the tor-commits mailing list