configure.ac

changeset 257
62e294ab94f5
parent 248
cd98a44a9f1b
child 286
124af734af68
--- 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)

mercurial