Thanks to visit codestin.com Credit goes to github.com
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 27290cf commit 5b91551Copy full SHA for 5b91551
dev.makefile
@@ -1,6 +1,6 @@
1
# This is only for jsoncpp developers/contributors.
2
# We use this to sign releases, generate documentation, etc.
3
-VER?=$(shell cat version.md)
+VER?=$(shell cat version.txt)
4
5
default:
6
@echo "VER=${VER}"
version.md renamed to version.txt
0 commit comments