tagging the release

This commit is contained in:
Jaromil 2018-01-03 20:34:18 +01:00
parent 7951645db5
commit 74689ea484
2 changed files with 1 additions and 3 deletions

View File

@ -46,8 +46,6 @@ output to facilitate its use inside graphical applications.
# How does it work?
![tomb and bats](https://github.com/dyne/Tomb/blob/master/extras/images/tomb_and_bats.png)
To create a Tomb, do:
```
$ tomb dig -s 100 secret.tomb

2
tomb
View File

@ -44,7 +44,7 @@
# {{{ Global variables
typeset VERSION="2.5-SNAPSHOT"
typeset VERSION="2.5"
typeset DATE="Jan/2018"
typeset TOMBEXEC=$0
typeset TMPPREFIX=${TMPPREFIX:-/tmp}