Browse Source

Begin an 0.2.9 branch

Nick Mathewson 8 years ago
parent
commit
447b1c6b1d
4 changed files with 6 additions and 3 deletions
  1. 3 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 1 1
      contrib/win32build/tor-mingw.nsi.in
  4. 1 1
      src/win32/orconfig.h

+ 3 - 0
ChangeLog

@@ -1,3 +1,6 @@
+Changes in version 0.2.9.1-alpha - 2016-??-??
+
+
 Changes in version 0.2.8.2-alpha - 2016-03-28
   Tor 0.2.8.2-alpha is the second alpha in its series. It fixes numerous
   bugs in earlier versions of Tor, including some that prevented

+ 1 - 1
configure.ac

@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.2.8.2-alpha-dev])
+AC_INIT([tor],[0.2.9.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 

+ 1 - 1
contrib/win32build/tor-mingw.nsi.in

@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.2-alpha-dev"
+!define VERSION "0.2.9.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"

+ 1 - 1
src/win32/orconfig.h

@@ -229,7 +229,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.2-alpha-dev"
+#define VERSION "0.2.9.0-alpha-dev"