File: version.h

package info (click to toggle)
mah-jong 1.17.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,232 kB
  • sloc: ansic: 19,774; perl: 394; makefile: 263; sh: 124
file content (13 lines) | stat: -rw-r--r-- 467 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.17.2"
#define XSTRINGIFY(FOO) #FOO
#define STRINGIFY(FOO) XSTRINGIFY(FOO)
#include "protocol.h"

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