]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.9.15-dev
authorNick Mathewson <nickm@torproject.org>
Sat, 3 Mar 2018 16:32:16 +0000 (11:32 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 3 Mar 2018 16:32:16 +0000 (11:32 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index baf6ea3ca6865b250df38270e7279a27d97aae35..15ecbe60e1bdad45328b55717a5b669e64a0e36f 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.15])
+AC_INIT([tor],[0.2.9.15-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index f8e571cb0d70090cd50294f51e3d2789bd7b0686..3a45741d8deb6b93ff213491aa09b897cb792958 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.15"
+!define VERSION "0.2.9.15-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index fc6366535b40ea98f25a7b171a44e9a11b8b356c..badfab7877d16604446f074bd8e35623423903da 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.15"
+#define VERSION "0.2.9.15-dev"