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

index bba29f5549e19305cd105738f56a1ed77be409c6..218de2949b518811f0ad94e7ca84eb36a515b878 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.3.0.8])
+AC_INIT([tor],[0.3.0.8-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index a2f261de9b6aa85648e5d35c89e6f8c3c8d57bcf..010d3906f39de6a4b4309753b8c5a587ebf49dbe 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.0.8"
+!define VERSION "0.3.0.8-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 97934050dd22eb8ce44dc3cb4f9b7feba4012776..231da06ed028f676a22146d0bec43e825a42aeaf 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.0.8"
+#define VERSION "0.3.0.8-dev"