File: version.h

package info (click to toggle)
mah-jong 1.10-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,532 kB
  • ctags: 2,291
  • sloc: ansic: 27,820; perl: 393; makefile: 297; sh: 122
file content (13 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Header: /home/jcb/MahJong/newmj/RCS/version.h.in,v 12.0 2009/06/28 20:43:31 jcb Rel $
 * version.h
 * Provide a version variable and defines.
 */

/* a string for the version number: the version is substituted
   in by the make-release script */
#define VERSION "1.10"
#define XSTRINGIFY(FOO) #FOO
#define STRINGIFY(FOO) XSTRINGIFY(FOO)
#include "protocol.h"

static const char version[] UNUSED = VERSION " (protocol version " STRINGIFY(PROTOCOL_VERSION) ")" ;