version bump

This commit is contained in:
Jaromil 2017-04-16 17:18:16 +02:00
parent 7241eb0fd1
commit 18067a1c2e
2 changed files with 4 additions and 4 deletions

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.3.tar.gz (correct with actual file name)
tar xvfz Tomb-2.4.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.3 (correct with actual directory name)
cd Tomb-2.4 (correct with actual directory name)
sudo make install
After installation one can read the commandline help or read the manual:

4
tomb
View file

@ -44,8 +44,8 @@
# {{{ Global variables
typeset VERSION="2.3"
typeset DATE="Jan/2017"
typeset VERSION="2.4"
typeset DATE="Apr/2017"
typeset TOMBEXEC=$0
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
# TODO: configure which tmp dir to use from a cli flag