configure.ac

changeset 551
3721f9c08843
parent 550
04c942cded91
child 554
ab9f22ab57b5
--- a/configure.ac	Mon Jul 23 14:41:21 2018 +0200
+++ b/configure.ac	Wed Jul 25 12:24:17 2018 +0200
@@ -2,13 +2,13 @@
 
 AC_INIT(thermferm/thermferm.c)
 AM_CONFIG_HEADER(config.h)
-SUBDIRS="thermferm brewpanel"
+SUBDIRS="thermferm brewpanel tools"
 AC_SUBST(SUBDIRS)
 
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="mbsePi-apps"
-VERSION="0.8.3"
+VERSION="0.8.4"
 COPYRIGHT="Copyright (C) 2014-2018 Michiel Broek, All Rights Reserved"
 CYEARS="2014-2018"
 AC_SUBST(PACKAGE)

mercurial