]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.9.3-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 23 Sep 2016 19:58:29 +0000 (15:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 23 Sep 2016 19:58:29 +0000 (15:58 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 92a90eebc944a4a0660c58d7dfe09b304d4e0f03..4c9b1f6036591b6aa03de20890f84ad6609b9e40 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.3-alpha])
+AC_INIT([tor],[0.2.9.3-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 2d2966698e518888dcd968bfe0326be68ce044f3..71dca978847bac638f8b032efaed23c7d5ac3d7f 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.3-alpha"
+!define VERSION "0.2.9.3-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 2f44ba09306bed4272241ef9982a75273f4ceeac..17c7e01b45e39ebfc988b6d6a2828ab3943cd3ef 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.3-alpha"
+#define VERSION "0.2.9.3-alpha-dev"