Skip to content

Commit

Permalink
add tag to make version
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Mar 20, 2019
1 parent 86904b1 commit 6902d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
NAME = $(notdir $(PWD))

VERSION = $(shell printf "%s.%s" \
VERSION = $(shell printf "%s.%s.%s" \
$$(git describe --tags) \
$$(git rev-list --count HEAD) \
$$(git rev-parse --short HEAD) \
)
Expand Down

0 comments on commit 6902d19

Please sign in to comment.