Release 0.12.12

This commit is contained in:
o9000
2016-08-02 15:44:51 +02:00
parent 46d7c79359
commit e9d6ec9f23
2 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Latest stable release: 0.12.11
Changes: https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog
# Latest stable release: 0.12.12
Changes: https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog
Documentation: [doc/tint2.md](doc/tint2.md)
@@ -8,7 +8,7 @@ Compile it with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/In
```
git clone https://gitlab.com/o9000/tint2.git
cd tint2
git checkout 0.12.11
git checkout 0.12.12
mkdir build
cd build
cmake ..