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