File: version.h

package info (click to toggle)
mah-jong 1.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,372 kB
  • ctags: 2,178
  • sloc: ansic: 26,226; perl: 393; makefile: 263; sh: 122
file content (13 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Header: /home/jcb/newmj/RCS/version.h.in,v 11.0 2001/08/06 15:55:43 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.7"
#define XSTRINGIFY(FOO) #FOO
#define STRINGIFY(FOO) XSTRINGIFY(FOO)
#include "protocol.h"

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