summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-09-14 13:08:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-09-14 13:08:56 +0000
commit6c2775a7fa796220a8e6c4e6c5e4f27783f4d7f3 (patch)
treeb39bda6512cb8e792b15b869cbf5f8e5b2be7944 /plugins/CrashDumper/src/version.h
parent1227c4bfb5d2fe4f19b0efe43a06a458bfcd0270 (diff)
CrashDumper:
- fails to start in service mode; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@10444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/version.h')
-rw-r--r--plugins/CrashDumper/src/version.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/CrashDumper/src/version.h b/plugins/CrashDumper/src/version.h
index 33e14bf6a6..2a58b264b2 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 __RELEASE_NUM 5
+#define __BUILD_NUM 1
#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"