Use version.md in dev.makefile

This commit is contained in:
David Demelier 2019-04-23 11:02:28 +02:00 committed by Christopher Dunn
parent 27b9501683
commit 27290cf81d

View File

@ -1,6 +1,6 @@
# This is only for jsoncpp developers/contributors. # This is only for jsoncpp developers/contributors.
# We use this to sign releases, generate documentation, etc. # We use this to sign releases, generate documentation, etc.
VER?=$(shell cat version) VER?=$(shell cat version.md)
default: default:
@echo "VER=${VER}" @echo "VER=${VER}"