Change "make build" to set GitCommit variable

As described above.
This commit is contained in:
Adrian Brink
2017-05-06 12:37:48 +02:00
parent d2ae7e164a
commit 6312eb91be
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ const Maj = "0"
const Min = "10"
const Fix = "0"
const Version = "0.10.0"
const Version = Maj + "." + Min + "." + Fix