]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.4-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Sun, 21 Oct 2012 17:25:35 +0000 (13:25 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 21 Oct 2012 17:25:35 +0000 (13:25 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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