From f70f67132409bcd099379c18ca8b88a93f52cdee Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 25 Apr 2020 20:06:03 -0700 Subject: [PATCH] version 2.20.1 --- CHANGELOG | 4 ++++ Makefile | 2 +- VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 47b185a4..b26d88d3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +## 2.20.1 + +new makefile to update binaries from Nico Zanferrari + ## 2.19.0 - new command line options (Thanks Paolo Pastori) diff --git a/Makefile b/Makefile index 9c2dca75..004609e8 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ rmfiles: rm -rf applications/examples/uploads/* src: ### Use semantic versioning - echo 'Version 2.19.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.20.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 9a412b9d..1d140ba5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.19.1-stable+timestamp.2020.03.21.13.06.49 +Version 2.20.1-stable+timestamp.2020.04.25.20.00.25