configure.ac

changeset 26
9322c619c525
parent 20
f7f9463cdefd
child 31
89dd2b691701
--- a/configure.ac	Mon May 05 20:25:20 2014 +0200
+++ b/configure.ac	Mon May 05 23:33:31 2014 +0200
@@ -2,13 +2,13 @@
 
 AC_INIT(thermometers/main.c)
 AM_CONFIG_HEADER(config.h)
-SUBDIRS="lib rc433 thermometers"
+SUBDIRS="lib coolers rc433 thermometers"
 AC_SUBST(SUBDIRS)
 
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="mbsePi-apps"
-VERSION="0.0.3"
+VERSION="0.0.4"
 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved"
 CYEARS="2014"
 AC_SUBST(PACKAGE)

mercurial