diff options
Diffstat (limited to 'wbOSD/buildnumber.h')
-rw-r--r-- | wbOSD/buildnumber.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wbOSD/buildnumber.h b/wbOSD/buildnumber.h new file mode 100644 index 0000000..b777277 --- /dev/null +++ b/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_
|