]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment version in master to 0.2.3.10-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 16 Dec 2011 17:09:42 +0000 (12:09 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Dec 2011 17:09:42 +0000 (12:09 -0500)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index c01539c8d03e13efa6d4f03c71a2f0d3904b2372..afdac3ddfe390d9e3471b6e603c3c8230a6e0ae8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version 0.2.3.11-alpha - 201?-??-??
+
+
 Changes in version 0.2.3.10-alpha - 2011-12-16
   Tor 0.2.3.10-alpha fixes a critical heap-overflow security issue in Tor's
   buffers code. Absolutely everybody should upgrade.
index ecf437e0cacb2e1953681bd0e326bb183992d413..8f70f229d9334030b959564e0593ea7a559ca320 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.3.10-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.3.10-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index acf30c473d26b4159f0af2abff4f2d4cabebab7d..02ffb2d51f1e8c56a9d2177e4394608c00787f6a 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.10-alpha"
+!define VERSION "0.2.3.10-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 0fdb148be96aa7427fdd57b1b7487149dcc2979f..ebf6a0907ce338dd603f958b6139f9f44a1974c9 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.10-alpha"
+#define VERSION "0.2.3.10-alpha-dev"