version 2.20.1

This commit is contained in:
mdipierro
2020-04-25 20:06:03 -07:00
parent 2a39a883e8
commit f70f671324
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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)
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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