summaryrefslogtreecommitdiffstats
path: root/tktable/generic/version.h
blob: 91d1bbe7ff54c8a7a8acdd98b6a4a10271650beb (plain)
1
2
3
4
5
6
7
8
#if 0
TBL_MAJOR_VERSION = 2
TBL_MINOR_VERSION = 10
PACKAGE_VERSION     = $(TBL_MAJOR_VERSION).$(TBL_MINOR_VERSION)
#endif
#define TBL_MAJOR_VERSION 2
#define TBL_MINOR_VERSION 10
#define PACKAGE_VERSION "2.10"