We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6fbcc commit d3a4db9Copy full SHA for d3a4db9
Makefile.am
@@ -1,2 +1,5 @@
1
bin_PROGRAMS = ca
2
ca_SOURCES = circa.c
3
+
4
+dist-hook:
5
+ echo $(VERSION) > $(top_srcdir)/VERSION
version.sh
@@ -3,5 +3,4 @@
v=`git describe --abbrev=4 --match="v*" HEAD`
v=`echo "$v" | tr -d "vg" | tr "\-" "."`
6
-echo $v > VERSION
7
printf %s "$v"
0 commit comments