]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.7.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 12 May 2015 15:54:06 +0000 (11:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 12 May 2015 15:54:06 +0000 (11:54 -0400)
ChangeLog
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index b17613a9126ee921302f27a0520d164ef7212165..c79a399ff47eebadc9adeae9537528d2a29ee326 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Changes in version 0.2.7.1-alpha - 2015-05-1?
+Changes in version 0.2.7.2-alpha - 2015-0?-??
+
+
+
+Changes in version 0.2.7.1-alpha - 2015-05-12
   Tor 0.2.7.1-alpha is the first alpha release in its series. It
   includes numerous small features and bugfixes against previous Tor
   versions, and numerous small infrastructure improvements. The most
index 2645ed923e8999874158d6d454eefac485964b51..a51c71e59abc0666933c971bf16c5b4ec1828cb1 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.7.1-alpha])
+AC_INIT([tor],[0.2.7.1-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index b3c8428c1f2c7c7b7d9b7d3726aaa1f13e97dc44..928aced8712e7dfb1c72b6c82a6446b769ce6c21 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.7.1-alpha"
+!define VERSION "0.2.7.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 623f4bd186b32e049f28d903bb6dff2192a19e4c..9c780e85d7a9126e5646d20326b0c906e7a75a70 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.7.1-alpha"
+#define VERSION "0.2.7.1-alpha-dev"