Skip to content

Commit

Permalink
Take version from git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Oct 5, 2022
1 parent a2be091 commit 76db7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@

NAME=Amiri
LATIN=AmiriLatin
VERSION=0.117
VERSION=$(shell git describe --tags --abbrev=0)

SRC=sources
BUILDDIR=build
Expand Down

0 comments on commit 76db7d9

Please sign in to comment.