# HG changeset patch # User Michiel Broek # Date 1405265681 -7200 # Node ID f2f201b7cb485d3b9d96b537fdf6e8203ba87c43 # Parent 1bd9a16f50614dcdd8489f30082fb2bddd37f83f Updated dependencies, bumped to version 0.0.10 diff -r 1bd9a16f5061 -r f2f201b7cb48 configure --- a/configure Sun Jul 13 17:31:45 2014 +0200 +++ b/configure Sun Jul 13 17:34:41 2014 +0200 @@ -2032,7 +2032,7 @@ PACKAGE="mbsePi-apps" -VERSION="0.0.9" +VERSION="0.0.10" COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved" CYEARS="2014" diff -r 1bd9a16f5061 -r f2f201b7cb48 configure.ac --- a/configure.ac Sun Jul 13 17:31:45 2014 +0200 +++ b/configure.ac Sun Jul 13 17:34:41 2014 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="mbsePi-apps" -VERSION="0.0.9" +VERSION="0.0.10" COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved" CYEARS="2014" AC_SUBST(PACKAGE) diff -r 1bd9a16f5061 -r f2f201b7cb48 thermferm/Makefile --- a/thermferm/Makefile Sun Jul 13 17:31:45 2014 +0200 +++ b/thermferm/Makefile Sun Jul 13 17:34:41 2014 +0200 @@ -54,14 +54,15 @@ # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT # Dependencies generated by make depend -thermferm.o: thermferm.h -sensors.o: thermferm.h -futil.o: thermferm.h -lock.o: thermferm.h -logger.o: thermferm.h -lcd-pcf8574.o: thermferm.h -xutil.o: thermferm.h -server.o: thermferm.h -rdconfig.o: thermferm.h -units.o: thermferm.h +thermferm.o: lock.h logger.h rdconfig.h sensors.h server.h thermferm.h lcd-pcf8574.h lcd-buffer.h futil.h units.h xutil.h +sensors.o: sensors.h thermferm.h xutil.h +lcd-buffer.o: thermferm.h lcd-buffer.h +futil.o: thermferm.h futil.h +lock.o: lock.h thermferm.h +logger.o: logger.h thermferm.h futil.h xutil.h +lcd-pcf8574.o: thermferm.h lcd-pcf8574.h +xutil.o: thermferm.h xutil.h +server.o: rdconfig.h thermferm.h server.h xutil.h +rdconfig.o: rdconfig.h thermferm.h futil.h xutil.h +units.o: thermferm.h units.h xutil.h # End of generated dependencies