[or-cvs] r17395: {tor} Bump branch version to 0.2.0.32-dev (in tor/branches/tor-0_2_0-patches: . contrib src/win32)
nickm at seul.org
nickm at seul.org
Wed Nov 26 17:03:33 UTC 2008
Author: nickm
Date: 2008-11-26 12:03:32 -0500 (Wed, 26 Nov 2008)
New Revision: 17395
Modified:
tor/branches/tor-0_2_0-patches/configure.in
tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
Log:
Bump branch version to 0.2.0.32-dev
Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in 2008-11-26 17:02:02 UTC (rev 17394)
+++ tor/branches/tor-0_2_0-patches/configure.in 2008-11-26 17:03:32 UTC (rev 17395)
@@ -5,7 +5,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.32)
+AM_INIT_AUTOMAKE(tor, 0.2.0.32-dev)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
Modified: tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in 2008-11-26 17:02:02 UTC (rev 17394)
+++ tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in 2008-11-26 17:03:32 UTC (rev 17395)
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.0.32"
+!define VERSION "0.2.0.32-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
Modified: tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_2_0-patches/src/win32/orconfig.h 2008-11-26 17:02:02 UTC (rev 17394)
+++ tor/branches/tor-0_2_0-patches/src/win32/orconfig.h 2008-11-26 17:03:32 UTC (rev 17395)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.32"
+#define VERSION "0.2.0.32-dev"
More information about the tor-commits
mailing list