]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version bump: 0.2.9.12
authorNick Mathewson <nickm@torproject.org>
Thu, 14 Sep 2017 17:20:29 +0000 (13:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 Sep 2017 17:20:29 +0000 (13:20 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f5545f4684436ff0a14860ea58bc15de7516ee61..45019bebbc9718122f3b6df427bbfc6cb676aa60 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.2.9.11-dev])
+AC_INIT([tor],[0.2.9.12])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index cf12c069ee7a3c273d13506273a46b50f850bf3d..eafedfa68b80881d36abe823eb998031ee1aee88 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.11-dev"
+!define VERSION "0.2.9.12"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 672f6cfe8a9fa2a5d9094f44454d3e87a2ade700..fc093daeb508c26f637c7dbdb790dd39c42c5399 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.11-dev"
+#define VERSION "0.2.9.12"