]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.3.12-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 18:22:56 +0000 (13:22 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 18:22:56 +0000 (13:22 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 5162a70e6dd4164a6b917024a9e00a799ee606d0..aaa0e9eac228468a4541114b57173ade72378fc1 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.3.12])
+AC_INIT([tor],[0.3.3.12-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index d24d1076b342e5547d78994b23ecbec84dbff881..e4dc0ab5f38aacbddd578a876543c8d44cf40f71 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.12"
+!define VERSION "0.3.3.12-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 472ab87b6e6d70dd642aaa5f1e69e1e146b28b3c..13e65955e4ee585d6c97741272988ea33b5d17e0 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.12"
+#define VERSION "0.3.3.12-dev"