diff options
Diffstat (limited to 'plugins/CrashDumper/src')
-rw-r--r-- | plugins/CrashDumper/src/version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/CrashDumper/src/version.h b/plugins/CrashDumper/src/version.h index e6430b5248..33e14bf6a6 100644 --- a/plugins/CrashDumper/src/version.h +++ b/plugins/CrashDumper/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 4
-#define __BUILD_NUM 22
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 4
+#define __BUILD_NUM 22
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#include <stdver.h>
-#define __PLUGIN_NAME "Crash dumper"
-#define __FILENAME "CrashDumper.dll"
-#define __DESCRIPTION "Crash Dumper for Miranda NG."
-#define __AUTHOR "borkra"
-#define __AUTHOREMAIL "borkra@miranda-im.org"
-#define __AUTHORWEB "http://miranda-ng.org/p/CrashDumper/"
-#define __COPYRIGHT "© 2008 - 2012 Boris Krasnovskiy"
+#define __PLUGIN_NAME "Crash dumper"
+#define __FILENAME "CrashDumper.dll"
+#define __DESCRIPTION "Crash Dumper for Miranda NG."
+#define __AUTHOR "borkra"
+#define __AUTHOREMAIL "borkra@miranda-im.org"
+#define __AUTHORWEB "http://miranda-ng.org/p/CrashDumper/"
+#define __COPYRIGHT "© 2008 - 2012 Boris Krasnovskiy"
|