]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.9.5-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 8 Nov 2016 12:55:15 +0000 (07:55 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 8 Nov 2016 12:55:15 +0000 (07:55 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 58eab736d631231e9dea4010195023f29a76be72..1acbe04ef5d94a0f53115d0e578321d6c01f1c1a 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.5-alpha])
+AC_INIT([tor],[0.2.9.5-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 05d5a6cb2c6394aafd145876c098947804a63919..3086e9bc3f78a598f2b1fbcefc2bbf9694c4f338 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.5-alpha"
+!define VERSION "0.2.9.5-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index db6c07bfe1dc9df03c3b68509ee9e61df0a6bef2..7f427964d29c2970ad5bea3f87da9218e7d7bdb9 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.5-alpha"
+#define VERSION "0.2.9.5-alpha-dev"