]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.6.3-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 19 Feb 2015 22:20:40 +0000 (17:20 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 19 Feb 2015 22:20:40 +0000 (17:20 -0500)
ChangeLog
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 7edb1146e4497aeb332733725705ec5163458080..4d93e1987e7634c44cf5a7d44120cf18d62e5e26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Changes in version 0.2.6.4-?? - 2015-0?-??
+
+
+
 Changes in version 0.2.6.3-alpha - 2015-02-19
   Tor 0.2.6.3-alpha is the third (and hopefully final) alpha release in
   the 0.2.6.x series. It introduces support for more kinds of sockets,
index f76206723f7383a2e6b5f53bdfa738973c5fd911..803ab3cc7e2093e8692070f7ef42ccba305520e1 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.6.3-alpha])
+AC_INIT([tor],[0.2.6.3-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 43449dca51e2a473fd741c288db6172864da958a..24757a8f4b9d1a649cf74ffefdf78cb4b01d5610 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.3-alpha"
+!define VERSION "0.2.6.3-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d8456541f1f5f63015cc9cba7d959beb13f7932b..e3a5205c086b8949ff0d3becae266f99b2f5c507 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.3-alpha"
+#define VERSION "0.2.6.3-alpha-dev"