Release 2.7

This commit is contained in:
Darko Poljak 2019-11-14 19:20:16 +01:00
parent c9eef21e43
commit f818f011e3
3 changed files with 4 additions and 3 deletions

View File

@ -45,8 +45,8 @@ TMP="$(mktemp "/tmp/${__myname}.XXXXXX")"
export TMP
CONTROL_PIPE="/tmp/${__myname}-control-pipe"
VERSION="2.6"
RELEASE="2019-11-12"
VERSION="2.7"
RELEASE="2019-11-14"
HALF_VERSION="ccollect ${VERSION}"
FULL_VERSION="ccollect ${VERSION} (${RELEASE})"

View File

@ -1,7 +1,7 @@
ccollect - Installing, Configuring and Using
============================================
Nico Schottelius <nico-ccollect__@__schottelius.org>
2.6, for ccollect 2.6, Initial Version from 2006-01-13
2.7, for ccollect 2.7, Initial Version from 2006-01-13
:Author Initials: NS

1
doc/changes/2.7 Normal file
View File

@ -0,0 +1 @@
* Fix shellcheck reported issues