summaryrefslogtreecommitdiffstats
path: root/generic/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/version.h')
-rwxr-xr-xgeneric/version.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/version.h b/generic/version.h
new file mode 100755
index 0000000..91d1bbe
--- /dev/null
+++ b/generic/version.h
@@ -0,0 +1,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"