diff --git a/dev.makefile b/dev.makefile index 159af17..1a4be6a 100644 --- a/dev.makefile +++ b/dev.makefile @@ -1,6 +1,6 @@ # This is only for jsoncpp developers/contributors. # We use this to sign releases, generate documentation, etc. -VER?=$(shell cat version.md) +VER?=$(shell cat version.txt) default: @echo "VER=${VER}" diff --git a/version.md b/version.txt similarity index 100% rename from version.md rename to version.txt