Release 2.5
This commit is contained in:
parent
086c95f98d
commit
42027ac48d
3 changed files with 5 additions and 4 deletions
6
ccollect
6
ccollect
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 2005-2013 Nico Schottelius (nico-ccollect at schottelius.org)
|
||||
# 2016-2018 Darko Poljak (darko.poljak at gmail.com)
|
||||
# 2016-2019 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.4"
|
||||
RELEASE="2018-09-25"
|
||||
VERSION="2.5"
|
||||
RELEASE="2019-05-01"
|
||||
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.4, for ccollect 2.4, Initial Version from 2006-01-13
|
||||
2.5, for ccollect 2.5, Initial Version from 2006-01-13
|
||||
:Author Initials: NS
|
||||
|
||||
|
||||
|
|
1
doc/changes/2.5
Normal file
1
doc/changes/2.5
Normal file
|
@ -0,0 +1 @@
|
|||
* Bugfix: exit in case of subshell error
|
Loading…
Reference in a new issue