[tor-commits] [tor/master] Whoops. I forgot the "alpha"

nickm at torproject.org nickm at torproject.org
Fri Mar 1 05:16:48 UTC 2013


commit 94d0f226e654af787407b089295ee078eab84c7b
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Mar 1 00:16:46 2013 -0500

    Whoops. I forgot the "alpha"
---
 configure.ac             |    2 +-
 contrib/tor-mingw.nsi.in |    2 +-
 src/win32/orconfig.h     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index af0dbf2..8cefc18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2013, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.5.0-dev])
+AC_INIT([tor],[0.2.5.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index ef3d16a..05d9ebc 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.5.0-dev"
+!define VERSION "0.2.5.0-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 9ba991f..43f68c3 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -241,7 +241,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.0-dev"
+#define VERSION "0.2.5.0-alpha-dev"
 
 
 



More information about the tor-commits mailing list