]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.8.12-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Dec 2016 15:12:11 +0000 (10:12 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Dec 2016 15:12:11 +0000 (10:12 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index d004c78b637cb73b807614d0009b1341f399c53e..200ea0216c81300300bfeda5d16824bb35b940ab 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.12])
+AC_INIT([tor],[0.2.8.12-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 81321087dfc055b185fc56fe5d53032f5287cae6..7152e4367b1b5112d07abe55e6f50989d8b6251c 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.12"
+!define VERSION "0.2.8.12-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 97263bae2a376bf605bf748215c19156ab0ad220..26f9950841a7a1c063d069965466c783ae83d62c 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.12"
+#define VERSION "0.2.8.12-dev"