diff -r 4767a790d1f6 -r 62e294ab94f5 configure.ac --- a/configure.ac Sat Feb 09 20:14:21 2019 +0100 +++ b/configure.ac Sat Feb 09 22:12:31 2019 +0100 @@ -2,13 +2,13 @@ AC_INIT(bmsd/bms.c) AM_CONFIG_HEADER(config.h) -SUBDIRS="bmsd doc tools www" +SUBDIRS="bmsd doc script tools www" AC_SUBST(SUBDIRS) dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.0.5" +VERSION="0.0.6" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE)