Nick Mathewson 9 лет назад
Родитель
Сommit
447b1c6b1d
4 измененных файлов с 6 добавлено и 3 удалено
  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
 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
   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
   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
 dnl See LICENSE for licensing information
 
 
 AC_PREREQ([2.63])
 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_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_MACRO_DIR([m4])
 
 

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

@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
 !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 INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
 !define LICENSE "LICENSE"

+ 1 - 1
src/win32/orconfig.h

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