summaryrefslogtreecommitdiff
path: root/tipper/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'tipper/version.h')
-rw-r--r--tipper/version.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/tipper/version.h b/tipper/version.h
new file mode 100644
index 0000000..a3a11e4
--- /dev/null
+++ b/tipper/version.h
@@ -0,0 +1,23 @@
+#ifndef __VERSION_H_INCLUDED
+#define __VERSION_H_INCLUDED
+
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 4
+#define __BUILD_NUM 1
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+#define __STRINGIFY(x) #x
+#define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS)
+
+#define __DESC "Tool Tip notification windows"
+#define __AUTHOR "Scott Ellis"
+#define __AUTHOREMAIL "mail@scottellis.com.au"
+#define __COPYRIGHT "© 2005,2006 Scott Ellis"
+#define __AUTHORWEB "http://www.scottellis.com.au"
+
+#define __PLUGIN_NAME "Tipper"
+#define __FILENAME "tipper.dll"
+
+#endif //__VERSION_H_INCLUDED