diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-23 14:05:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-23 14:05:45 +0000 |
commit | 69ce91bf09ba2244fd689f9fa238f7a2f229c28e (patch) | |
tree | 8600c83bb2b3a8f561e20c78eadf3264e1f0ca1c /plugins/CSList/src/Version.h | |
parent | 898b91a69d898244fe3eb5551a968a9cde1b2d7b (diff) |
CSList was occasionally rewritten:
- now it supports any protocol that has xstatuses;
- numerous memory leaks removed;
- strange class removed and replaced with the standard plugin frame
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@2443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/src/Version.h')
-rw-r--r-- | plugins/CSList/src/Version.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/CSList/src/Version.h b/plugins/CSList/src/Version.h index b351d69a07..f9fe5b93b7 100644 --- a/plugins/CSList/src/Version.h +++ b/plugins/CSList/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 5
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
@@ -12,11 +12,11 @@ -#define __PLUGIN_NAME "Custom Status List mod"
-#define __INTERNAL_NAME "CSList"
-#define __FILENAME "CSList.dll"
-#define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place."
-#define __AUTHOR "Mataes, jarvis"
-#define __AUTHOREMAIL "mataes2007@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2011-10 Mataes, 2009-2007 jarvis"
+#define __PLUGIN_NAME "Custom Status List mod"
+#define __INTERNAL_NAME "CSList"
+#define __FILENAME "CSList.dll"
+#define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place."
+#define __AUTHOR "Mataes, jarvis"
+#define __AUTHOREMAIL "mataes2007@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2012-10 Mataes, 2009-2007 jarvis"
|