diff options
Diffstat (limited to 'plugins/SkypeStatusChange')
-rw-r--r-- | plugins/SkypeStatusChange/src/version_.h (renamed from plugins/SkypeStatusChange/src/Version.h) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/SkypeStatusChange/src/Version.h b/plugins/SkypeStatusChange/src/version_.h index f4e8eba7ab..2a567e685e 100644 --- a/plugins/SkypeStatusChange/src/Version.h +++ b/plugins/SkypeStatusChange/src/version_.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 18
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "Skype status change"
-#define __FILENAME "SkypeStatusChange.dll"
-#define __DESCRIPTION "Skype status change according to Miranda status."
-#define __AUTHOR "Dioksin"
-#define __AUTHOREMAIL "dioksin@ua.fm"
-#define __AUTHORWEB "http://miranda-ng.org/p/SkypeStatusChange/"
-#define __COPYRIGHT "© 2009-2010 Dioksin"
+#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 18 + +#include <stdver.h> + +#define __PLUGIN_NAME "Skype status change" +#define __FILENAME "SkypeStatusChange.dll" +#define __DESCRIPTION "Skype status change according to Miranda status." +#define __AUTHOR "Dioksin" +#define __AUTHOREMAIL "dioksin@ua.fm" +#define __AUTHORWEB "http://miranda-ng.org/p/SkypeStatusChange/" +#define __COPYRIGHT "© 2009-2010 Dioksin" |