diff --git a/fhem/Makefile b/fhem/Makefile index c4b24e432..42b864b27 100644 --- a/fhem/Makefile +++ b/fhem/Makefile @@ -1,7 +1,8 @@ +# $Id$ + VERS=5.8 DATE=2017-02-19 -# $Id$ # used for nightly build DATEN=$(shell date +"%Y-%m-%d") VERSN=$(VERS).$(shell svn info | grep 'Revision' | awk '{ print $$2; }')