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

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