diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-31 22:00:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-31 22:00:02 +0000 |
commit | 813851def848b52b92f59c379706ada6bebceba9 (patch) | |
tree | a60f502a2ca1c19a23c24070bbfa9fdbb4c675d6 /plugins/Msg_Export | |
parent | 02e2ae2b77585b4f2726d9528ceea9ce4d99b453 (diff) |
Year 2015 version update
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export')
-rw-r--r-- | plugins/Msg_Export/src/Version.h | 14 | ||||
-rw-r--r-- | plugins/Msg_Export/src/stdafx.cpp | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Msg_Export/src/Version.h b/plugins/Msg_Export/src/Version.h index f97c21c63b..80e92f54ac 100644 --- a/plugins/Msg_Export/src/Version.h +++ b/plugins/Msg_Export/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 3
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 0
+#define __MAJOR_VERSION 3
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
#define __BUILD_NUM 3
#include <stdver.h>
#define __PLUGIN_NAME "Message export"
#define __FILENAME "Msg_Export.dll"
-#define __DESCRIPTION "Exports every message, URL or file you receive to a text file."
-#define __AUTHOR "Kennet Nielsen, mod by ring0"
+#define __DESCRIPTION "Exports every message, URL or file you receive to a text file."
+#define __AUTHOR "Kennet Nielsen, mod by ring0"
#define __AUTHOREMAIL "Kennet_N@ofir.dk"
-#define __AUTHORWEB "http://miranda-ng.org/p/Msg_Export/"
-#define __COPYRIGHT "© 2002 Kennet Nielsen, © 2012-14 Miranda NG Team"
+#define __AUTHORWEB "http://miranda-ng.org/p/Msg_Export/"
+#define __COPYRIGHT "© 2002 Kennet Nielsen, © 2012-15 Miranda NG Team"
diff --git a/plugins/Msg_Export/src/stdafx.cpp b/plugins/Msg_Export/src/stdafx.cpp index a76f1d2900..edfaf34cef 100644 --- a/plugins/Msg_Export/src/stdafx.cpp +++ b/plugins/Msg_Export/src/stdafx.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-14 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
|