]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.4.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 17 May 2018 13:44:31 +0000 (09:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 May 2018 13:44:31 +0000 (09:44 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 928968531e0f5b0a806c4fc0e55bce019b05cd56..3b1a6c0081cb74ac86fa8715009b83cdd2400b84 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.4.1-alpha])
+AC_INIT([tor],[0.3.4.1-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index fa9b6eb643fca7ddcfc96852e2cff1217e35495a..bd1761f888290db5ccecf0ab8c7a0026f2a685e8 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.1-alpha"
+!define VERSION "0.3.4.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ab95ebf8bd17625d28e3cfdd6ebb5f8a2c8d2e37..52165a23003498501e7ae912f964f436cfb1c573 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.1-alpha"
+#define VERSION "0.3.4.1-alpha-dev"