diff options
Diffstat (limited to 'src/core/stdchat')
-rw-r--r-- | src/core/stdchat/src/version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/stdchat/src/version.h b/src/core/stdchat/src/version.h index 00f915ecb2..b1f7a0c619 100644 --- a/src/core/stdchat/src/version.h +++ b/src/core/stdchat/src/version.h @@ -1,13 +1,13 @@ #include <m_version.h>
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
#define __PLUGIN_NAME "Standard Chat"
#define __FILENAME "stdchat.dll"
-#define __DESCRIPTION "Core module for providing chat rooms support."
+#define __DESCRIPTION "Core module for providing chat rooms support."
#define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/StdChat/"
-#define __COPYRIGHT "© 2012 Miranda NG Development Team"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdChat/"
+#define __COPYRIGHT "© 2012-15 Miranda NG Development Team"
|