# HG changeset patch # User Michiel Broek # Date 1558896301 -7200 # Node ID 6e80a5515dd3b5a220fd0b9204705377c87a17d8 # Parent a14a31bfc73b5703b9e001f1c57ccf87d7c8ab01# Parent 1de1623e1760b1c2ef78de26b5e2026b1fb6eac6 Version 0.4.0 merged with default branch. diff -r 1de1623e1760 -r 6e80a5515dd3 config.status --- a/config.status Sun May 26 20:37:28 2019 +0200 +++ b/config.status Sun May 26 20:45:01 2019 +0200 @@ -433,7 +433,7 @@ This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/mnt/home/mbroek/MyProjects/bms' +ac_pwd='/home/mbroek/MyProjects/bms' srcdir='.' test -n "$AWK" || AWK=awk # The default lists apply if the user does not specify any file. @@ -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.2" +S["VERSION"]="0.4.0" 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.2\"" +D["VERSION"]=" \"0.4.0\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r 1de1623e1760 -r 6e80a5515dd3 configure --- a/configure Sun May 26 20:37:28 2019 +0200 +++ b/configure Sun May 26 20:45:01 2019 +0200 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.3.2" +VERSION="0.4.0" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" diff -r 1de1623e1760 -r 6e80a5515dd3 configure.ac --- a/configure.ac Sun May 26 20:37:28 2019 +0200 +++ b/configure.ac Sun May 26 20:45:01 2019 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.3.2" +VERSION="0.4.0" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE) diff -r 1de1623e1760 -r 6e80a5515dd3 doc/bms-ch3.sgml