From fb5a50b77d5009ce383cccd8de4229f31ab28715 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 8 May 2020 20:47:41 -0400 Subject: make sure the version stays in sync --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a43dbbd..45ab4ea 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,7 @@ push: all man html git push release: + sh ./check_version $(VERSION) mkdir $(PROJ)-$(VERSION) cp $(PROJ).c $(PROJ).1 $(PROJ).rst $(DOCS) $(PROJ)-$(VERSION) tar cvfJ $(PROJ)-$(VERSION).tar.xz $(PROJ)-$(VERSION) -- cgit v1.2.3