]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.8-alpha tor-0.2.4.8-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 14 Jan 2013 23:52:42 +0000 (18:52 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 14 Jan 2013 23:52:42 +0000 (18:52 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index adcfdb4fbb8ca80d464d53d2209c4d8f0b529ad8..280bc179bd86f033839ecf81d200e1429910e004 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.7-alpha-dev])
+AC_INIT([tor],[0.2.4.8-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index af70dbbb839d3f8b4bd59107fe863acc771ca342..851519193d35dc003fc8140156de5a3079955f14 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.7-alpha-dev"
+!define VERSION "0.2.4.8-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 24e126184735a8b26cb7bc0a19247865a7609e37..defcb94af3e4857ebc0219673b7eb0ce8b18915d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.7-alpha-dev"
+#define VERSION "0.2.4.8-alpha"