From 6dca5c638d4cbc2d42fbc5a229d7cb13385d5d0f Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 26 Sep 2016 17:27:33 +0200 Subject: [PATCH] Release 2.0. --- ccollect | 5 +++-- doc/ccollect.text | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ccollect b/ccollect index 82bd8a7..e1074b0 100755 --- a/ccollect +++ b/ccollect @@ -1,6 +1,7 @@ #!/bin/sh # # 2005-2013 Nico Schottelius (nico-ccollect at schottelius.org) +# 2016 Darko Poljak (darko.poljak at gmail.com) # # This file is part of ccollect. # @@ -43,8 +44,8 @@ CMARKER=".ccollect-marker" export TMP="$(mktemp "/tmp/${__myname}.XXXXXX")" CONTROL_PIPE="/tmp/${__myname}-control-pipe" -VERSION="1.0" -RELEASE="2015-10-10" +VERSION="2.0" +RELEASE="2016-09-26" HALF_VERSION="ccollect ${VERSION}" FULL_VERSION="ccollect ${VERSION} (${RELEASE})" diff --git a/doc/ccollect.text b/doc/ccollect.text index 474c491..b1c7dba 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -1,7 +1,7 @@ ccollect - Installing, Configuring and Using ============================================ Nico Schottelius -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