We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a198b25 commit c72c233Copy full SHA for c72c233
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=2018.1
+VERSION=$(shell git tag|tail -n1)
2
R2W=r2wars-$(VERSION)
3
4
all:
0 commit comments