]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.1.4-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Jun 2017 22:45:49 +0000 (18:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Jun 2017 22:45:49 +0000 (18:45 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index bbc60c327ca055d741195b6c752209ff5cd9cc48..fc95491c17a793699420078390558156d8bca305 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.1.4-alpha])
+AC_INIT([tor],[0.3.1.4-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index e1b8bc5c0a2f853e39b880541c7b2540d6a42bf8..d6c0217264f63ce78d2824643f8abbd47fcb0434 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.4-alpha"
+!define VERSION "0.3.1.4-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 668f0b61dda7d5b4513dc6bc61ed9502407d2ce3..caaf4817316e93ace24eb2c10ff1cd413a5309cb 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.4-alpha"
+#define VERSION "0.3.1.4-alpha-dev"