From bf0cf0634313a05759cd1b9ae6bf0aebe32165d0 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 21 Mar 2020 13:18:43 -0700 Subject: [PATCH] version 2.19.1 --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index beed2957..15fccd39 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ rmfiles: rm -rf applications/examples/uploads/* src: ### Use semantic versioning - echo 'Version 2.18.5-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.19.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION ### rm -f all junk files make clean # make rmfiles diff --git a/VERSION b/VERSION index 67432273..9a412b9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.18.5-stable+timestamp.2019.04.07.21.13.59 +Version 2.19.1-stable+timestamp.2020.03.21.13.06.49