# HG changeset patch # User Michiel Broek # Date 1559250913 -7200 # Node ID 031842114e9d7d6f69522145c86a4e7c636dc2a9 # Parent 95276520a11c955765418d6f161605cb783e52e5 Version 0.3.4 diff -r 95276520a11c -r 031842114e9d config.status --- a/config.status Thu May 30 23:11:59 2019 +0200 +++ b/config.status Thu May 30 23:15:13 2019 +0200 @@ -621,7 +621,7 @@ S["CC"]="gcc" S["CYEARS"]="2016-2019" S["COPYRIGHT"]="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" -S["VERSION"]="0.3.3" +S["VERSION"]="0.3.4" S["PACKAGE"]="bms" S["SUBDIRS"]="bmsd doc script tools www" S["target_alias"]="" @@ -710,7 +710,7 @@ D["PACKAGE_STRING"]=" \"\"" D["PACKAGE_BUGREPORT"]=" \"\"" D["PACKAGE_URL"]=" \"\"" -D["VERSION"]=" \"0.3.3\"" +D["VERSION"]=" \"0.3.4\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r 95276520a11c -r 031842114e9d configure --- a/configure Thu May 30 23:11:59 2019 +0200 +++ b/configure Thu May 30 23:15:13 2019 +0200 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.3.3" +VERSION="0.3.4" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" diff -r 95276520a11c -r 031842114e9d configure.ac --- a/configure.ac Thu May 30 23:11:59 2019 +0200 +++ b/configure.ac Thu May 30 23:15:13 2019 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.3.3" +VERSION="0.3.4" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE)