[or-cvs] r11333: Bump 0.1.2.x branch to 0.1.2.17-dev. (in tor/branches/tor-0_1_2-patches: . contrib src/win32)

nickm at seul.org nickm at seul.org
Fri Aug 31 14:20:37 UTC 2007


Author: nickm
Date: 2007-08-31 10:20:37 -0400 (Fri, 31 Aug 2007)
New Revision: 11333

Modified:
   tor/branches/tor-0_1_2-patches/
   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:
 r14873 at catbus:  nickm | 2007-08-31 10:15:47 -0400
 Bump 0.1.2.x branch to 0.1.2.17-dev.



Property changes on: tor/branches/tor-0_1_2-patches
___________________________________________________________________
 svk:merge ticket from /tor/012 [r14873] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/branches/tor-0_1_2-patches/configure.in
===================================================================
--- tor/branches/tor-0_1_2-patches/configure.in	2007-08-31 12:51:52 UTC (rev 11332)
+++ tor/branches/tor-0_1_2-patches/configure.in	2007-08-31 14:20:37 UTC (rev 11333)
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.2.17)
+AM_INIT_AUTOMAKE(tor, 0.1.2.17-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-08-31 12:51:52 UTC (rev 11332)
+++ tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in	2007-08-31 14:20:37 UTC (rev 11333)
@@ -5,7 +5,7 @@
 ;
 !include "MUI.nsh"
 
-!define VERSION "0.1.2.17"
+!define VERSION "0.1.2.17-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-08-31 12:51:52 UTC (rev 11332)
+++ tor/branches/tor-0_1_2-patches/src/win32/orconfig.h	2007-08-31 14:20:37 UTC (rev 11333)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.1.2.17"
+#define VERSION "0.1.2.17-dev"
 
 



More information about the tor-commits mailing list