From bab81dc6670bf8c7f5aa4b8257427930e295e368 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Mon, 23 Sep 2019 17:38:51 -0700 Subject: [PATCH] v0.5.3 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 728cb97e..683c4fdd 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ $(SUBDIRS): .PHONY: $(TOPTARGETS) $(SUBDIRS) # NOTE: MUST update version number here prior to running 'make release' and edit this file! -VERS=v0.5.2 +VERS=v0.5.3 PACKAGE=sims GIT_COMMIT=`git rev-parse --short HEAD` VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`