]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update maint-0.3.0 to 0.3.0.9
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Jun 2017 20:35:40 +0000 (16:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Jun 2017 20:35:40 +0000 (16:35 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 218de2949b518811f0ad94e7ca84eb36a515b878..6c6eb6c054e6160341794761ba3f2f827f82c4eb 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.0.8-dev])
+AC_INIT([tor],[0.3.0.9])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 010d3906f39de6a4b4309753b8c5a587ebf49dbe..57821bc08b1f80402a3829c6fe53ae2b38196c56 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.0.8-dev"
+!define VERSION "0.3.0.9"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 231da06ed028f676a22146d0bec43e825a42aeaf..96d16bde7186fe723a37908d45e36eb0b5ecbcfa 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.0.8-dev"
+#define VERSION "0.3.0.9"