commit c56bd74e22f0ca495c6225a292980468d6eab6cd
parent d88fd5c9cba41f0e52ab960677c81ff409043a70
Author: Jaromil <jaromil@dyne.org>
Date: Thu, 25 Dec 2014 02:48:49 +0100
minor versioning
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
@@ -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
diff --git a/INSTALL.md b/INSTALL.md
@@ -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:
diff --git a/tomb b/tomb
@@ -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}