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: from https://files.dyne.org/tomb and decompress it. From a terminal:
cd Downloads 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 Then enter its directory and run 'make install' as root, this will install
Tomb into /usr/local: 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 sudo make install
After installation one can read the commandline help or read the manual: After installation one can read the commandline help or read the manual:

4
tomb
View File

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