diff options
Diffstat (limited to 'plugins/wbOSD/buildnumber.h')
-rw-r--r-- | plugins/wbOSD/buildnumber.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/wbOSD/buildnumber.h b/plugins/wbOSD/buildnumber.h new file mode 100644 index 0000000000..b77727792f --- /dev/null +++ b/plugins/wbOSD/buildnumber.h @@ -0,0 +1,6 @@ +#ifndef _BUILDNUMBER_
+#define BUILDNUMBER 0
+#define __FILEVERSION_STRING 0,2,1,0
+#define __VERSION_STRING "0.2.1.0"
+#define __VERSION_DWORD 0x20100
+#endif //_BUILDNUMBER_
|