File: version.h

package info (click to toggle)
crossfire-client 1.50.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,348 kB
  • ctags: 2,320
  • sloc: ansic: 20,364; sh: 3,641; makefile: 242; perl: 48
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#include <svnversion.h>

#ifdef SVN_REV
#define FULL_VERSION VERSION"-r"SVN_REV
#else
#define FULL_VERSION VERSION
#endif