# HG changeset patch # User Michiel Broek # Date 1582987332 -3600 # Node ID f51754bce08e7e0a2c1fa60eb89cd3f2286835b8 # Parent 26a7a04acef38684ff676230b82b000c3bdb5e80 Version 0.3.29 diff -r 26a7a04acef3 -r f51754bce08e config.status --- a/config.status Sat Feb 29 15:24:02 2020 +0100 +++ b/config.status Sat Feb 29 15:42:12 2020 +0100 @@ -621,7 +621,7 @@ S["CC"]="gcc" S["CYEARS"]="2016-2020" S["COPYRIGHT"]="Copyright (C) 2016-2020 Michiel Broek, All Rights Reserved" -S["VERSION"]="0.3.28" +S["VERSION"]="0.3.29" 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.28\"" +D["VERSION"]=" \"0.3.29\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2020 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r 26a7a04acef3 -r f51754bce08e configure --- a/configure Sat Feb 29 15:24:02 2020 +0100 +++ b/configure Sat Feb 29 15:42:12 2020 +0100 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.3.28" +VERSION="0.3.29" COPYRIGHT="Copyright (C) 2016-2020 Michiel Broek, All Rights Reserved" CYEARS="2016-2020" diff -r 26a7a04acef3 -r f51754bce08e configure.ac --- a/configure.ac Sat Feb 29 15:24:02 2020 +0100 +++ b/configure.ac Sat Feb 29 15:42:12 2020 +0100 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.3.28" +VERSION="0.3.29" COPYRIGHT="Copyright (C) 2016-2020 Michiel Broek, All Rights Reserved" CYEARS="2016-2020" AC_SUBST(PACKAGE)