File: version.h

package info (click to toggle)
tk-table 2.10.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,616 kB
  • sloc: ansic: 8,274; tcl: 1,063; python: 549; sh: 377; makefile: 21
file content (8 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (6)
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"