]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.16-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Fri, 17 Sep 2010 09:07:59 +0000 (05:07 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 17 Sep 2010 09:07:59 +0000 (05:07 -0400)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 9f0f3b3ea4d256a9b332010102e4c0b344d256a0..db26f8f5ec7eb97b5a3dd77f3df19041765cb6bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version 0.2.2.17-alpha - 2010-09-2?
+
+
 Changes in version 0.2.2.16-alpha - 2010-09-17
   o Major bugfixes (stream-level fairness):
     - When receiving a circuit-level SENDME for a blocked circuit, try
index 670cf1a19f9ab4f71e126c3d35bc143120f8d151..65f99f06064f9289a712fc83a0adf16f49eda90a 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.2.16-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.2.16-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 5391fcf8875051284e5ed8518a57643071fc80c2..80502cc779a8bcfeec92d3be7f390fc4a5ee702d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.16-alpha"
+!define VERSION "0.2.2.16-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 649a37fce61e3c82dcd41eeeef5ce8a604a0443f..cedfd20f92993d09126041932202bac3cc5cb15f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.16-alpha"
+#define VERSION "0.2.2.16-alpha-dev"