blob: 32801f7ab881c7dae78849a9b5f8b0e6e6097e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* ZINCVERSION is a string for the version specifier.
*/
/*
* Keep these in sync with VERSION in Makefile.in
*/
#ifndef ZINCVERSION
#define ZINCVER 3
#define ZINCREV 2
#define ZINCPLVL 05
#define ZINCVERSION "zinc-version-3205d"
#endif
|