repo.or.cz
/
tetrinet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ChangeLog update
[tetrinet.git]
/
version.h
blob
07670316de169e3e791e0bcec5db19785439e702
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