diff -r 5a237a99a793 -r d5bc44183aa4 configure.ac --- 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)