Release 19.11.1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jérémy Lecour 2019-11-06 07:45:48 +01:00
parent 5bce944979
commit 349d77a2df
2 changed files with 5 additions and 2 deletions

View file

@ -9,6 +9,9 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Fixed
* IS_TMPUSRRO : improve grep for options detection
* IS_TMPNOEXEC : fix grep for options detection
## [19.11] - 2019-11-05
### Changed
@ -47,7 +50,7 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
## [19.04] - 2019-04-25
### Added
### Added
* IS_EVOBACKUP_INCS

View file

@ -1458,7 +1458,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")")
# shellcheck disable=2124
readonly ARGS=$@
readonly VERSION="19.11"
readonly VERSION="19.11.1"
# Disable LANG*
export LANG=C