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

index cf3a1b6fa38dc4d1e15ba602e739ec8f545b0504..0c673d033da52b98b2b280bf5fb452ca8cc008b8 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.1.3-alpha])
+AC_INIT([tor],[0.3.1.3-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 9ecab36e6b03c2ee50f0dbb2f043e690425cf272..d3df39135f31e018bee7d979435915e3d883f770 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.3-alpha"
+!define VERSION "0.3.1.3-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index be0406b7d4340a63ba9974bc18aa27670a41924b..696f6fee8bba15d3e0eb5f74d7a574926db68d20 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.3-alpha"
+#define VERSION "0.3.1.3-alpha-dev"