Release 2.4
This commit is contained in:
parent
5c1bf8a8de
commit
71eabe2f23
3 changed files with 4 additions and 4 deletions
6
ccollect
6
ccollect
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 2005-2013 Nico Schottelius (nico-ccollect at schottelius.org)
|
||||
# 2016 Darko Poljak (darko.poljak at gmail.com)
|
||||
# 2016-2018 Darko Poljak (darko.poljak at gmail.com)
|
||||
#
|
||||
# This file is part of ccollect.
|
||||
#
|
||||
|
@ -44,8 +44,8 @@ CMARKER=".ccollect-marker"
|
|||
export TMP="$(mktemp "/tmp/${__myname}.XXXXXX")"
|
||||
CONTROL_PIPE="/tmp/${__myname}-control-pipe"
|
||||
|
||||
VERSION="2.3"
|
||||
RELEASE="2018-02-02"
|
||||
VERSION="2.4"
|
||||
RELEASE="2018-09-25"
|
||||
HALF_VERSION="ccollect ${VERSION}"
|
||||
FULL_VERSION="ccollect ${VERSION} (${RELEASE})"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ccollect - Installing, Configuring and Using
|
||||
============================================
|
||||
Nico Schottelius <nico-ccollect__@__schottelius.org>
|
||||
2.3, for ccollect 2.3, Initial Version from 2006-01-13
|
||||
2.4, for ccollect 2.4, Initial Version from 2006-01-13
|
||||
:Author Initials: NS
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue