]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.3-alpha-dev
authorRoger Dingledine <arma@torproject.org>
Sat, 22 Sep 2012 12:09:17 +0000 (08:09 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 22 Sep 2012 12:09:17 +0000 (08:09 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

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