]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.9.10
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:38:55 +0000 (10:38 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:38:55 +0000 (10:38 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f7bdd97e130a4d34f364d141feff02956d74fbf6..095f37462e12b291cef129fd8b6a7d2f8efcc27d 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.9-dev])
+AC_INIT([tor],[0.2.9.10])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 91eb5f222af82143c77ccb85de5ce14f60093e9b..987aa01f2d04a34c05b3324a4f28bfd080105601 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.9-dev"
+!define VERSION "0.2.9.10"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 80d5cf050f720453b6b24471a86d6e7226bb708e..540cfab40aa7855a1e767105d4712befefd7057b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.9-dev"
+#define VERSION "0.2.9.10"