]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.4.0.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 18 Jan 2019 15:08:57 +0000 (10:08 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 18 Jan 2019 15:08:57 +0000 (10:08 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 6d1b58923d6fbf475c5a2de7b5cc8c7358fef92b..75bb0c7bd900aa6c85da33eee758bce2b016c3c0 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.4.0.1-alpha])
+AC_INIT([tor],[0.4.0.1-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index bc8ab7de94269e98babee6e6a70cbb2c4396d166..4f2f82d007f0056b0c05a6c4cecb037e17483461 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.0.1-alpha"
+!define VERSION "0.4.0.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 51b78b0b33b1d7dd4eb8cd27b1997ed0b082d3e3..c618c5b49d4a99beb6c87b7f4da48aa6b1010fc1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.0.1-alpha"
+#define VERSION "0.4.0.1-alpha-dev"