diff --git a/ChangeLog.md b/ChangeLog.md index 754bd46..f7e9bd1 100644 --- 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 index 4ac5b6b..138f8cd 100644 --- 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 index 54cda6e..dcdb4ae 100755 --- 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}