]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.3.3.4-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 15:24:02 +0000 (11:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 15:24:02 +0000 (11:24 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 03ed29d95803d3a0f2ef6d63e154a2f54957ee73..2045e0d5f12c7ff43b549b1ac36994e66f0bbbe2 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.4-alpha])
+AC_INIT([tor],[0.3.3.4-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 4459efb332382ec6d1670d09c79aea031f08766d..979273d8e79ec8a45fc4d89a9d3fd6c506466c09 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.4-alpha"
+!define VERSION "0.3.3.4-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 53f59b3a19897d57a2c63041f705bfc982129bbd..a8c6f9af3cc1dc7f453dcb5a31c51889d72d82a9 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.4-alpha"
+#define VERSION "0.3.3.4-alpha-dev"