Release 16.3

This commit is contained in:
Chris Lee
2018-04-17 19:19:00 +00:00
parent 9a03b8b4e6
commit e06b63e1dc
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
# Latest stable release: 16.2
Changes: https://gitlab.com/o9000/tint2/blob/16.2/ChangeLog
# Latest stable release: 16.3
Changes: https://gitlab.com/o9000/tint2/blob/16.3/ChangeLog
Documentation: [doc/tint2.md](doc/tint2.md)
@@ -8,7 +8,7 @@ Compile it with (after you install the [dependencies](https://gitlab.com/o9000/t
```
git clone https://gitlab.com/o9000/tint2.git
cd tint2
git checkout 16.2
git checkout 16.3
mkdir build
cd build
cmake ..