]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment version to 0.3.2.9
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Jan 2018 16:39:24 +0000 (11:39 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Jan 2018 16:39:24 +0000 (11:39 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 1bd782eb805490d090dc7de1ef19c2242ec277a2..85935364d38c65bf8b90f0ef9041ac928093633a 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.2.8-rc-dev])
+AC_INIT([tor],[0.3.2.9])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 0f276b49e86829f430d983357164a973cd9a8678..dab94917adb564787b7b76fd10424dc0503622bd 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.8-rc-dev"
+!define VERSION "0.3.2.9"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 133ebf4e39b5ce228439257820a1b640c54ea442..36a2d69152312919ce43fc7bb80ff597dd4fcacf 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.8-rc-dev"
+#define VERSION "0.3.2.9"