]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.4.9-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 15 Jan 2013 21:01:02 +0000 (16:01 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 Jan 2013 21:01:02 +0000 (16:01 -0500)
ChangeLog
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index dc583f2d108767fcb4007c84922c23229e396ade..7c5a490c42d52d83222ac4d24440689c71642b2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version 0.2.4.10-alpha - 2013-0?-??
+
+
 Changes in version 0.2.4.9-alpha - 2013-01-15
   Tor 0.2.4.9-alpha provides a quick fix to make the new ntor handshake
   work more robustly.
index 40105dfbda74cc0f1fd230d616aa3b44ea6999fe..ff6df2f3b41fd7b0a7273ceee86f579650a3da7b 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2012, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.4.9-alpha])
+AC_INIT([tor],[0.2.4.9-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index a0c4070e065ff51b6ab027a469fa4d0e363bec0d..c15a1a7c5458c7e6909cdbde7d2e865efcfdd3a2 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.9-alpha"
+!define VERSION "0.2.4.9-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 1352e712d840ab13a6d153068630d44d1a52680a..4584228bc60d209be293a4ee1d14dc37461a33c7 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.9-alpha"
+#define VERSION "0.2.4.9-alpha-dev"