# HG changeset patch # User Michiel Broek # Date 1568450495 -7200 # Node ID 9e43b216ccd396e3831ef23537444b32b108b61c # Parent fa82e95d9ddd657e121358d0f6cf2f2a4f855e8e Version 0.4.8, stable diff -r fa82e95d9ddd -r 9e43b216ccd3 config.status --- a/config.status Sat Sep 14 10:30:26 2019 +0200 +++ b/config.status Sat Sep 14 10:41:35 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.4.7" +S["VERSION"]="0.4.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.4.7\"" +D["VERSION"]=" \"0.4.8\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r fa82e95d9ddd -r 9e43b216ccd3 configure --- a/configure Sat Sep 14 10:30:26 2019 +0200 +++ b/configure Sat Sep 14 10:41:35 2019 +0200 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.4.7" +VERSION="0.4.8" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" diff -r fa82e95d9ddd -r 9e43b216ccd3 configure.ac --- a/configure.ac Sat Sep 14 10:30:26 2019 +0200 +++ b/configure.ac Sat Sep 14 10:41:35 2019 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.4.7" +VERSION="0.4.8" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE)