configure.ac

changeset 487
d5bc44183aa4
parent 433
1421ece29197
child 496
5cf6f099c897
--- a/configure.ac	Thu Feb 25 22:42:54 2016 +0100
+++ b/configure.ac	Thu Feb 25 23:14:46 2016 +0100
@@ -2,15 +2,15 @@
 
 AC_INIT(thermferm/thermferm.c)
 AM_CONFIG_HEADER(config.h)
-SUBDIRS="dht11 rc433 thermferm brewco brewpanel"
+SUBDIRS="dht11 rc433 thermferm brewpanel"
 AC_SUBST(SUBDIRS)
 
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="mbsePi-apps"
-VERSION="0.5.1"
-COPYRIGHT="Copyright (C) 2014-2015 Michiel Broek, All Rights Reserved"
-CYEARS="2014-2015"
+VERSION="0.5.2"
+COPYRIGHT="Copyright (C) 2014-2016 Michiel Broek, All Rights Reserved"
+CYEARS="2014-2016"
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 AC_SUBST(COPYRIGHT)

mercurial