# HG changeset patch # User Michiel Broek # Date 1560620504 -7200 # Node ID 0c719ea7e68079ecc7e67f1a7ecd215a1bb6a8c6 # Parent cbeec46450f86c36dea920bcf14bfb5561164eae Version 0.3.8 diff -r cbeec46450f8 -r 0c719ea7e680 config.status --- a/config.status Sat Jun 15 17:19:07 2019 +0200 +++ b/config.status Sat Jun 15 19:41:44 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.7" +S["VERSION"]="0.3.8" 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.7\"" +D["VERSION"]=" \"0.3.8\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r cbeec46450f8 -r 0c719ea7e680 configure --- a/configure Sat Jun 15 17:19:07 2019 +0200 +++ b/configure Sat Jun 15 19:41:44 2019 +0200 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.3.7" +VERSION="0.3.8" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" diff -r cbeec46450f8 -r 0c719ea7e680 configure.ac --- a/configure.ac Sat Jun 15 17:19:07 2019 +0200 +++ b/configure.ac Sat Jun 15 19:41:44 2019 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.3.7" +VERSION="0.3.8" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE)