diff options
Diffstat (limited to 'plugins/IgnoreState/src')
-rw-r--r-- | plugins/IgnoreState/src/version_.h (renamed from plugins/IgnoreState/src/Version.h) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/IgnoreState/src/Version.h b/plugins/IgnoreState/src/version_.h index 13ec12a6f2..b8d77afa1e 100644 --- a/plugins/IgnoreState/src/Version.h +++ b/plugins/IgnoreState/src/version_.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 3
-#define __BUILD_NUM 0
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "Ignore state"
-#define __FILENAME "IgnoreState.dll"
-#define __DESCRIPTION "Shows ignore state of contact in contact list."
-#define __AUTHOR "Kildor"
-#define __AUTHOREMAIL "kostia@ngs.ru"
-#define __AUTHORWEB "http://miranda-ng.org/p/IgnoreState/"
-#define __COPYRIGHT "© 2009-2010 Kostia Romanov"
+#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 3 +#define __BUILD_NUM 0 + +#include <stdver.h> + +#define __PLUGIN_NAME "Ignore state" +#define __FILENAME "IgnoreState.dll" +#define __DESCRIPTION "Shows ignore state of contact in contact list." +#define __AUTHOR "Kildor" +#define __AUTHOREMAIL "kostia@ngs.ru" +#define __AUTHORWEB "http://miranda-ng.org/p/IgnoreState/" +#define __COPYRIGHT "© 2009-2010 Kostia Romanov" |