mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Backport the dynamic Makefile version to master
This commit is contained in:
parent
af235eb377
commit
fef633e79e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION="0.4.1"
|
||||
VERSION=`grep "VERSION" lutris/settings.py | cut -d" " -f 3 | sed 's|"\(.*\)"|\1|'`
|
||||
|
||||
cover:
|
||||
rm tests/fixtures/pga.db -f
|
||||
|
|
Loading…
Reference in a new issue