2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

Makefile: add SVN Id

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

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; }')