# HG changeset patch # User Michiel Broek # Date 1557682878 -7200 # Node ID a14a31bfc73b5703b9e001f1c57ccf87d7c8ab01 # Parent 9f27c822b14d929a8c653bd6a2acbc9146826d14# Parent 487274c2e9dc78624cd91613e8d15ed1aa3359a7 Version 0.2.0 merged again. diff -r 487274c2e9dc -r a14a31bfc73b config.status --- a/config.status Sun May 12 17:44:39 2019 +0200 +++ b/config.status Sun May 12 19:41:18 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.1.3" +S["VERSION"]="0.2.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.1.3\"" +D["VERSION"]=" \"0.2.0\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r 487274c2e9dc -r a14a31bfc73b configure --- a/configure Sun May 12 17:44:39 2019 +0200 +++ b/configure Sun May 12 19:41:18 2019 +0200 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.1.3" +VERSION="0.2.0" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" diff -r 487274c2e9dc -r a14a31bfc73b configure.ac --- a/configure.ac Sun May 12 17:44:39 2019 +0200 +++ b/configure.ac Sun May 12 19:41:18 2019 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.1.3" +VERSION="0.2.0" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE) diff -r 487274c2e9dc -r a14a31bfc73b doc/bms-ch3.sgml