/* * 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 19 #define ZINCVERSION "zinc-version-3119" #endif