]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version bump to 0.3.1.9
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Nov 2017 17:25:48 +0000 (12:25 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Nov 2017 17:25:48 +0000 (12:25 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 644d7231da8e906db29e6234cd939a372177f625..5afcdddb083b95879736159b69376d8c7709e0c0 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.8-dev])
+AC_INIT([tor],[0.3.1.9])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 61c2713c223a77734075db63e21137800d1ecf78..391d63c00ec97749c621aa2343ef5cb1749f68ed 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.8-dev"
+!define VERSION "0.3.1.9"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 0a2efa3416f51c0aa0e3a82a1043a3aeceb9f0fb..ccb82d0633712bc219859e2b8e1264854f87c85e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.8-dev"
+#define VERSION "0.3.1.9"