From 255755cb2a3abf34440792748325c98c9a61f766 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 12:07:47 -0400 Subject: Partial autotools conversion to help out Joe --- include/version.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/version.h (limited to 'include/version.h') diff --git a/include/version.h b/include/version.h new file mode 100644 index 0000000..52763c1 --- /dev/null +++ b/include/version.h @@ -0,0 +1,9 @@ +#ifndef VERSION_H +#define VERSION_H + +#define VER_MAJOR "1" +#define VER_MINOR "0" +#define VER_OTH " " + +void version(); +#endif -- cgit