diff options
Diffstat (limited to 'plugins/CSList/src')
-rw-r--r-- | plugins/CSList/src/version_.h (renamed from plugins/CSList/src/Version.h) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/CSList/src/Version.h b/plugins/CSList/src/version_.h index 89e55ccfdd..eaafa6969a 100644 --- a/plugins/CSList/src/Version.h +++ b/plugins/CSList/src/version_.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 0
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "Custom status list"
-#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/p/CSList/"
-#define __COPYRIGHT "© 2010-16 Mataes, 2007-09 jarvis"
+#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 0 + +#include <stdver.h> + +#define __PLUGIN_NAME "Custom status list" +#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/p/CSList/" +#define __COPYRIGHT "© 2010-16 Mataes, 2007-09 jarvis" |