tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit a08cb6e0def4361ea97350d5f5b16e2f3b8bc089
parent 017aee00b29eca80062729c49ff43c5f28e6ec4f
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 31 Dec 2015 13:33:36 +0100

forgot to bump the version into the script

Diffstat:
Mtomb | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tomb b/tomb @@ -7,7 +7,7 @@ # {{{ License -# Copyright (C) 2007-2015 Dyne.org Foundation +# Copyright (C) 2007-2016 Dyne.org Foundation # # Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org> # @@ -44,8 +44,8 @@ # {{{ Global variables -typeset VERSION="2.1" -typeset DATE="Jul/2015" +typeset VERSION="2.2" +typeset DATE="Dec/2015" typeset TOMBEXEC=$0 typeset TMPPREFIX=${TMPPREFIX:-/tmp} # TODO: configure which tmp dir to use from a cli flag