]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Change version on master to 0.4.0.0-alpha-dev.
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Nov 2018 15:54:03 +0000 (10:54 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 Nov 2018 15:54:03 +0000 (10:54 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index b80aa821ad016ca7f34c8797da2f5cc9f41e906d..4524c6b46757341ff72104f7ffb4c08334153509 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.6.0-alpha-dev])
+AC_INIT([tor],[0.4.0.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 8b9b709698902e46334f5874a9edacef79d02bdd..af01a2b49917091326f25eecf8c73dd35a904c27 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.6.0-alpha-dev"
+!define VERSION "0.4.0.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index de3bf092827aa7f27b887b50c72ff7c66bc0e887..cfc3bc9e9e54e7dff32bc0ae4fb9990e5ab2f55f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.6.0-alpha-dev"
+#define VERSION "0.4.0.0-alpha-dev"