]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add -dev to version number.
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 18:05:27 +0000 (14:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 18:05:27 +0000 (14:05 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index b295bf5a19ff3bfd12e72a7de0088c95e4c34c55..f5545f4684436ff0a14860ea58bc15de7516ee61 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.11])
+AC_INIT([tor],[0.2.9.11-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 1f7804638a6d216eea37b050c666dce25cfa996f..cf12c069ee7a3c273d13506273a46b50f850bf3d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.11"
+!define VERSION "0.2.9.11-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index b5ab2bf11d35b01d23e8acb72eb1a95a5a31a01b..672f6cfe8a9fa2a5d9094f44454d3e87a2ade700 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.11"
+#define VERSION "0.2.9.11-dev"