diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-06 14:00:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-06 14:00:03 +0000 |
commit | f0899cc7909c130426af35ba1ef0689d35a708f7 (patch) | |
tree | 6af8977f4920d9615e3996c388e235d0dbb4528c /plugins/NewsAggregator/Src/Version.h | |
parent | 51d69d9c51d35a7f1de4d1d8f659fa377a9f1f26 (diff) |
- fix for major memory leak;
- event cycle optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@10915 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Version.h')
-rw-r--r-- | plugins/NewsAggregator/Src/Version.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/NewsAggregator/Src/Version.h b/plugins/NewsAggregator/Src/Version.h index 5424fdb344..52b0b9799e 100644 --- a/plugins/NewsAggregator/Src/Version.h +++ b/plugins/NewsAggregator/Src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
#include <stdver.h>
#define __PLUGIN_NAME "News aggregator"
#define __FILENAME "NewsAggregator.dll"
-#define __DESCRIPTION "RSS/Atom news aggregator."
-#define __AUTHOR "Mataes, FREAK_THEMIGHTY"
+#define __DESCRIPTION "RSS/Atom news aggregator."
+#define __AUTHOR "Mataes, FREAK_THEMIGHTY"
#define __AUTHOREMAIL "mataes2007@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/NewsAggregator/"
-#define __COPYRIGHT "© 2012 Mataes, FREAK_THEMIGHTY"
+#define __AUTHORWEB "http://miranda-ng.org/p/NewsAggregator/"
+#define __COPYRIGHT "© 2012 Mataes, FREAK_THEMIGHTY"
|