1 /* Tetrinet for Linux, by Petr Baudis <pasky@ucw.cz>
2  * This program is public domain.
3  *
4  * Tetrinet version information file.
5  */
6 
7 #ifndef TETRINET__VERSION_H
8 #define TETRINET__VERSION_H
9 
10 #define VERSION "0.11"
11 
12 #endif
13