minor versioning

This commit is contained in:
Jaromil 2014-12-25 02:48:49 +01:00
parent d88fd5c9cb
commit c56bd74e22
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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:

2
tomb
View File

@ -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}