]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.4.5-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 25 Oct 2012 14:33:17 +0000 (10:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 25 Oct 2012 14:33:17 +0000 (10:33 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 1ca75cc4aeba6b13aa2816d6eae4c7191c35c425..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.4-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 d2c5f3a8f3cfb10e6a56cc401fefd7379b622a10..762cbb1878d3ed3e88b07b722aa1effaa0cbbfa1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.4-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 258fddcefaa9cbde8ce065c8d8ca7b860389e363..f703d29e84c614fb52c475054fb17474505ac85d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.4-alpha-dev"
+#define VERSION "0.2.4.4-alpha"