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

index 0c673d033da52b98b2b280bf5fb452ca8cc008b8..bbc60c327ca055d741195b6c752209ff5cd9cc48 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.3-alpha-dev])
+AC_INIT([tor],[0.3.1.4-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index d3df39135f31e018bee7d979435915e3d883f770..e1b8bc5c0a2f853e39b880541c7b2540d6a42bf8 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.3-alpha-dev"
+!define VERSION "0.3.1.4-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 696f6fee8bba15d3e0eb5f74d7a574926db68d20..668f0b61dda7d5b4513dc6bc61ed9502407d2ce3 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.3-alpha-dev"
+#define VERSION "0.3.1.4-alpha"