]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.4-alpha tor-0.2.4.4-alpha
authorRoger Dingledine <arma@torproject.org>
Sat, 20 Oct 2012 20:06:05 +0000 (16:06 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 20 Oct 2012 20:06:05 +0000 (16:06 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index bb7ea6b861915a6e0a7baa974feabdbdbf4fd880..60631a5df7f2e17193ff4ac33a9406ab79e7d073 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.3-alpha-dev])
+AC_INIT([tor],[0.2.4.4-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
index cba8c43366fbfa0b442fd4c8497c404692fcd501..db79054808a96b279103b580688c7821ec9c866e 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.3-alpha-dev"
+!define VERSION "0.2.4.4-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 78512c576545cbc729a1eb872d17b23a22792c85..f703d29e84c614fb52c475054fb17474505ac85d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.3-alpha-dev"
+#define VERSION "0.2.4.4-alpha"