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

index f754942a3a95e16cf0cf4e60d1462698aa32f068..42e5fa7f29c7f9bba98d4dca80572b17dce4c124 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.7.8])
+AC_INIT([tor],[0.2.7.8-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 32c97318e8527c6742857e728a0e99adad584d38..7aae273d641c16f52960413e8ffd25355d9a27b9 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.7.8"
+!define VERSION "0.2.7.8-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 46714ef35f70e888df539b857308a53035298bf1..f1caed6cdd228eab3341abf8804413076a154787 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.7.8"
+#define VERSION "0.2.7.8-dev"