tminor versioning - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c56bd74e22f0ca495c6225a292980468d6eab6cd
 (DIR) parent d88fd5c9cba41f0e52ab960677c81ff409043a70
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Thu, 25 Dec 2014 02:48:49 +0100
       
       minor versioning
       
       Diffstat:
         M ChangeLog.md                        |       2 +-
         M INSTALL.md                          |       4 ++--
         M tomb                                |       2 +-
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/ChangeLog.md b/ChangeLog.md
       t@@ -1,6 +1,6 @@
        # Tomb ChangeLog
        
       -## 2.1
       +## 2.0.1
        ### December 2014
        
        Fix for usage with GnuPG 1.4.11, a problem affecting long term
 (DIR) diff --git a/INSTALL.md b/INSTALL.md
       t@@ -20,12 +20,12 @@ To install Tomb simply download the source distribution (the tar.gz file)
        from https://files.dyne.org/tomb and decompress it. From a terminal:
        
            cd Downloads
       -    tar xvfz Tomb-2.1.tar.gz (correct with actual file name)
       +    tar xvfz Tomb-2.0.1.tar.gz (correct with actual file name)
        
        Then enter its directory and run 'make install' as root, this will install
        Tomb into /usr/local:
        
       -    cd Tomb-2.1 (correct with actual directory name)
       +    cd Tomb-2.0.1 (correct with actual directory name)
            sudo make install
        
        After installation one can read the commandline help or read the manual:
 (DIR) diff --git a/tomb b/tomb
       t@@ -44,7 +44,7 @@
        
        # {{{ Global variables
        
       -typeset VERSION="2.1"
       +typeset VERSION="2.0.1"
        typeset DATE="Dec/2014"
        typeset TOMBEXEC=$0
        typeset TMPPREFIX=${TMPPREFIX:-/tmp}