Makefile: add SVN Id

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14701 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-07-13 08:38:08 +00:00
parent 404c82a6ce
commit 968b30b6b0

View File

@ -1,6 +1,7 @@
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; }')