diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-24 13:20:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-24 13:20:57 +0000 |
commit | b2ab6c5a7f3a94144d70daa53f3fb74b0cec7491 (patch) | |
tree | b1b070373d14d4fc6760643bbefef9464d26e7b6 /plugins/UserInfoEx/src/version.h | |
parent | 5393e4a1080794d7547af31ab652edc09c3dcd6f (diff) |
- crash fix for xml export
- minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@7371 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/version.h')
-rw-r--r-- | plugins/UserInfoEx/src/version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/UserInfoEx/src/version.h b/plugins/UserInfoEx/src/version.h index 539f9ef628..548927900c 100644 --- a/plugins/UserInfoEx/src/version.h +++ b/plugins/UserInfoEx/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 8
-#define __RELEASE_NUM 4
-#define __BUILD_NUM 2
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 8
+#define __RELEASE_NUM 5
+#define __BUILD_NUM 0
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "User info ext"
-#define __FILENAME "UInfoEx.dll"
-#define __DESCRIPTION "Extended UserInfo module for Miranda NG. Provides interface to edit all contact information."
-#define __AUTHOR "DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol"
-#define __AUTHOREMAIL "deathaxe@web.de"
-#define __AUTHORWEB "http://miranda-ng.org/p/UInfoEx/"
-#define __COPYRIGHT "© 2006-2009 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol"
+#define __PLUGIN_NAME "User info ext"
+#define __FILENAME "UInfoEx.dll"
+#define __DESCRIPTION "Extended UserInfo module for Miranda NG. Provides interface to edit all contact information."
+#define __AUTHOR "DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol"
+#define __AUTHOREMAIL "deathaxe@web.de"
+#define __AUTHORWEB "http://miranda-ng.org/p/UInfoEx/"
+#define __COPYRIGHT "© 2006-2009 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol"
|