]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version bump
authorNick Mathewson <nickm@torproject.org>
Mon, 23 Jan 2017 13:19:48 +0000 (08:19 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 23 Jan 2017 13:19:48 +0000 (08:19 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index ed01888de917ee2978757dcf1fbb4e507277ff66..1e226a4719cfafa61bbb637cdd51813a8b0865c0 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.8-dev])
+AC_INIT([tor],[0.2.9.9])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c66569686262ea445cd0d205807884875bc869a5..9b86f72f4686483284543fa8400d1b174efb3b0f 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.8-dev"
+!define VERSION "0.2.9.9"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 86b05a13e118b40ca08a1ec67662137b12a76fd2..17e1e54c24d26404ec43866263cb5234fe3c2db4 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.8-dev"
+#define VERSION "0.2.9.9"