# HG changeset patch # User Michiel Broek # Date 1561062544 -7200 # Node ID beb1a83af4e723b3636efb5ed562a2b24f1447a1 # Parent 5e9cbf2bb46fc4582f6a1aa9a9af4674249642dc# Parent 7671a5fc5171d46f32b02301f09ad681f21e360f Merged with default diff -r 7671a5fc5171 -r beb1a83af4e7 config.status --- a/config.status Thu Jun 20 22:16:05 2019 +0200 +++ b/config.status Thu Jun 20 22:29:04 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.9" +S["VERSION"]="0.4.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.9\"" +D["VERSION"]=" \"0.4.4\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r 7671a5fc5171 -r beb1a83af4e7 configure --- a/configure Thu Jun 20 22:16:05 2019 +0200 +++ b/configure Thu Jun 20 22:29:04 2019 +0200 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.3.9" +VERSION="0.4.4" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" diff -r 7671a5fc5171 -r beb1a83af4e7 configure.ac --- a/configure.ac Thu Jun 20 22:16:05 2019 +0200 +++ b/configure.ac Thu Jun 20 22:29:04 2019 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.3.9" +VERSION="0.4.4" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE) diff -r 7671a5fc5171 -r beb1a83af4e7 doc/bms-ch3.sgml