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

index b6fe5bf84d743f891b61f84c72df40069a019981..de9745540b37e8bf3c727b4501e731ea52efcb0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version 0.2.4.9-alpha - 2013-01-??
+
+
 Changes in version 0.2.4.8-alpha - 2013-01-14
   Tor 0.2.4.8-alpha introduces directory guards to reduce user enumeration
   risks, adds a new stronger and faster circuit handshake, and offers
index 280bc179bd86f033839ecf81d200e1429910e004..8e05e5811dcd48b7290fd4950ff76153495bc958 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.8-alpha])
+AC_INIT([tor],[0.2.4.8-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index 851519193d35dc003fc8140156de5a3079955f14..dd9073daafe399155fcbef952f45009240ff47e5 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.8-alpha"
+!define VERSION "0.2.4.8-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index defcb94af3e4857ebc0219673b7eb0ce8b18915d..e2a1e84f1ce544ac3cd2d3b43c2bd11ee9d40b43 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.8-alpha"
+#define VERSION "0.2.4.8-alpha-dev"