]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.0.13-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 1 Dec 2017 14:34:09 +0000 (09:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Dec 2017 14:34:09 +0000 (09:34 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 10612eba25d327215d5b78d3b424e5c5cbcf7a93..88bc96884854c614f5e1506e3108a97a7ab00537 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.3.0.13])
+AC_INIT([tor],[0.3.0.13-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index bd8cf3d5c2e64a428c4fa207fcaede77b61eb3d2..8cb6fb1d35fe322a68c53fe6a717e0452824e930 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.0.13"
+!define VERSION "0.3.0.13-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5795552a43b2135b0ea127147a68d4171cc8135b..0b09a5ca509944a963864e13e77a9cf94ed35a2d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.0.13"
+#define VERSION "0.3.0.13-dev"