diff options
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"
|