configure.ac

changeset 407
ee8f851b4d93
parent 397
00ca08f5a6f8
child 409
cdf68044adaf
--- 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)

mercurial