[tor-commits] [tor/master] Bump version to 0.2.3.6-alpha-dev

nickm at torproject.org nickm at torproject.org
Fri Oct 28 22:03:10 UTC 2011


commit 00a0de8508f4cb5ab28b91884c3ca1733e2a174f
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Oct 28 18:05:17 2011 -0400

    Bump version to 0.2.3.6-alpha-dev
---
 configure.in             |    2 +-
 contrib/tor-mingw.nsi.in |    2 +-
 src/win32/orconfig.h     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index 641d46a..df5551c 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.3.6-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.6-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 3316b70..fceb087 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.6-alpha"
+!define VERSION "0.2.3.6-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index df5f2b4..a0b66f1 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -234,7 +234,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.6-alpha"
+#define VERSION "0.2.3.6-alpha-dev"
 
 
 





More information about the tor-commits mailing list