aboutsummaryrefslogtreecommitdiff
path: root/patchlvl.h
blob: 74ef4381dc29e0c9504bbcf761e3255d15935c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * ZINCVERSION is a string for the version specifier.  The leading
 * number is the major version number, the letter is the revision ("a"
 * for alpha release, "b" for beta release, "c", and so on), and the
 * trailing number is the patchlevel.
 */

/*
 * Keep these in sync with VERSION in Makefile.in
 */
#ifndef ZINCVERSION
#define ZINCVER		3
#define ZINCREV		1
#define ZINCPLVL	20
#define ZINCVERSION	"zinc-version-3121"
#endif