Skip to content

Commit 27290cf

Browse files
markandcdunn2001
authored andcommitted
Use version.md in dev.makefile
1 parent 27b9501 commit 27290cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is only for jsoncpp developers/contributors.
22
# We use this to sign releases, generate documentation, etc.
3-
VER?=$(shell cat version)
3+
VER?=$(shell cat version.md)
44

55
default:
66
@echo "VER=${VER}"

0 commit comments

Comments
 (0)