]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.6-alpha tor-0.2.4.6-alpha
authorRoger Dingledine <arma@torproject.org>
Tue, 13 Nov 2012 05:00:33 +0000 (00:00 -0500)
committerRoger Dingledine <arma@torproject.org>
Tue, 13 Nov 2012 05:00:33 +0000 (00:00 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 105528e1422f59372dd62c36f7f611da11894b72..2a2b8a48feede2b2b616c67c3537fe4ceab94dd7 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.5-alpha-dev])
+AC_INIT([tor],[0.2.4.6-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index 427fa43d003bc824b7d0d538a3b30fb81cbb1c11..ae79fe3375f1b4354696adbe7fcfae294b2e93fe 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.5-alpha-dev"
+!define VERSION "0.2.4.6-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index e4b2df78a97ee5b83337f3f20e8dae8fdea50e14..a08cde268d4f50cd2ea4f5e43a418f073f02dd4d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.5-alpha-dev"
+#define VERSION "0.2.4.6-alpha"