diff -r 44566f986f76 -r ee8f851b4d93 configure.ac --- a/configure.ac Thu Sep 17 20:54:34 2015 +0200 +++ b/configure.ac Fri Sep 18 12:55:49 2015 +0200 @@ -1,14 +1,14 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(thermometers/thermometers.c) +AC_INIT(thermferm/thermferm.c) AM_CONFIG_HEADER(config.h) -SUBDIRS="dht11 rc433 thermferm thermometers" +SUBDIRS="dht11 rc433 thermferm" AC_SUBST(SUBDIRS) dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="mbsePi-apps" -VERSION="0.4.2" +VERSION="0.4.3" COPYRIGHT="Copyright (C) 2014-2015 Michiel Broek, All Rights Reserved" CYEARS="2014-2015" AC_SUBST(PACKAGE)