use git-describe for version

This commit is contained in:
Benjamin Dauvergne 2021-12-10 13:00:26 +01:00
parent c9d6ad05f1
commit 940bf6c4e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION= 0.1# `git describe | sed 's/^v//; s/-/./g'`
VERSION= `git describe | sed 's/^v//; s/-/./g'`
CHANGELOG_VERSION = 0.1
NAME = godo.js