summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/Version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-11-18 21:52:23 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-11-18 21:52:23 +0000
commitfaf02a11c53074dc85aa66e617d868a1901580d1 (patch)
treef1fe4e307f78be1e77d1da01855004046056656a /plugins/IEView/src/Version.h
parent4f4b39e3e0c9b1906af739cf85311e7ca0388fe4 (diff)
crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11018 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/Version.h')
-rw-r--r--plugins/IEView/src/Version.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/IEView/src/Version.h b/plugins/IEView/src/Version.h
index 0c485e9489..05cd7a1571 100644
--- a/plugins/IEView/src/Version.h
+++ b/plugins/IEView/src/Version.h
@@ -1,14 +1,14 @@
-#define __MAJOR_VERSION 1
-#define __MINOR_VERSION 4
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
#define __PLUGIN_NAME "IEView"
#define __FILENAME "IEView.dll"
-#define __DESCRIPTION "IE Based Chat Log."
-#define __AUTHOR "Piotr Piastucki, Francois Mean"
+#define __DESCRIPTION "IE Based Chat Log."
+#define __AUTHOR "Piotr Piastucki, Francois Mean"
#define __AUTHOREMAIL "the_leech@users.berlios.de"
-#define __AUTHORWEB "http://miranda-ng.org/p/IEView/"
-#define __COPYRIGHT "© 2005-2011 Piotr Piastucki, Francois Mean"
+#define __AUTHORWEB "http://miranda-ng.org/p/IEView/"
+#define __COPYRIGHT "© 2005-2011 Piotr Piastucki, Francois Mean"