...
This commit is contained in:
parent
2db1320261
commit
fd7b8d659c
3 changed files with 10 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -53,7 +53,8 @@ clean:
|
|||
rm -f *.d
|
||||
|
||||
version:
|
||||
echo "#define VERSION $(shell svn info | grep -E "^Revision:" | grep -o -E "[0-9]+")" > Version.h
|
||||
# echo "#define VERSION $(shell svn info | grep -E "^Revision:" | grep -o -E "[0-9]+")" > Version.h
|
||||
echo "#define VERSION $(shell date -u +%Y%m%d)" > Version.h
|
||||
|
||||
debian-package:
|
||||
./UpdateLog.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue