]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.5.4-alpha-dev.
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Nov 2018 14:00:59 +0000 (09:00 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Nov 2018 14:00:59 +0000 (09:00 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 1fc49fe90dcb7426b5694a7443968850504ecb48..f14747aced88fc006776e42c4ac0380dd6cb7591 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.4-alpha])
+AC_INIT([tor],[0.3.5.4-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 088c3e4a69c4f5e5b5206c8391ea7c4b272372fb..5dba148377fa07aa6c8638c6cb0e01de4e6df926 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.4-alpha"
+!define VERSION "0.3.5.4-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 9eacbc31fd46378d6a80e38b611ea5b163edabb2..2a6382b40788cf4a6904b196609d1a5598f9546e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.4-alpha"
+#define VERSION "0.3.5.4-alpha-dev"