File: version.h

package info (click to toggle)
tetrinet 0.11%2BCVS20070911-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 288 kB
  • ctags: 294
  • sloc: ansic: 3,535; makefile: 41
file content (12 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
/* Tetrinet for Linux, by Petr Baudis <pasky@ucw.cz>
 * This program is public domain.
 *
 * Tetrinet version information file.
 */

#ifndef TETRINET__VERSION_H
#define TETRINET__VERSION_H

#define VERSION "0.11"

#endif