]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.8.11-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Dec 2016 16:02:49 +0000 (11:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Dec 2016 16:02:49 +0000 (11:02 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3113366001c04d4a32501c886b0b8bdc557cbccc..082eca37f9560097afe329e6f2ffc23bd18eaf39 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.8.11])
+AC_INIT([tor],[0.2.8.11-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 17e6f03220b26b7da3feebeae904fbdbd310bf26..af5aa67a2d29282b54e6284210ac4a0291793db0 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.11"
+!define VERSION "0.2.8.11-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 29a9f6fa219f1dba26cf2762b1226d9286b6f8cd..b05335c436f027baf602efe45fd7a72efe4833a4 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.11"
+#define VERSION "0.2.8.11-dev"