diff options
Diffstat (limited to 'plugins/Rate/src')
-rw-r--r-- | plugins/Rate/src/version_.h (renamed from plugins/Rate/src/Version.h) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/Rate/src/Version.h b/plugins/Rate/src/version_.h index 29a63b24e4..ff6bcda091 100644 --- a/plugins/Rate/src/Version.h +++ b/plugins/Rate/src/version_.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 1
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "Contact`s rate"
-#define __FILENAME "Rate.dll"
-#define __DESCRIPTION "Shows rating of contact in contact list (if present)."
-#define __AUTHOR "Kildor, Thief"
-#define __AUTHOREMAIL "kostia@ngs.ru"
-#define __AUTHORWEB "http://miranda-ng.org/p/Rate/"
-#define __COPYRIGHT "© 2006-2009 Kostia Romanov, based on AuthState by Alexander Turyak"
+#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 2 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "Contact`s rate" +#define __FILENAME "Rate.dll" +#define __DESCRIPTION "Shows rating of contact in contact list (if present)." +#define __AUTHOR "Kildor, Thief" +#define __AUTHOREMAIL "kostia@ngs.ru" +#define __AUTHORWEB "http://miranda-ng.org/p/Rate/" +#define __COPYRIGHT "© 2006-2009 Kostia Romanov, based on AuthState by Alexander Turyak" |