diff options
Diffstat (limited to 'plugins/UserGuide')
-rw-r--r-- | plugins/UserGuide/src/version_.h (renamed from plugins/UserGuide/src/Version.h) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/UserGuide/src/Version.h b/plugins/UserGuide/src/version_.h index 4403ae2964..31371721f8 100644 --- a/plugins/UserGuide/src/Version.h +++ b/plugins/UserGuide/src/version_.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "User guide"
-#define __FILENAME "UserGuide.dll"
-#define __DESCRIPTION "This plugin adds the main menu item used to view Miranda NG pack user guide."
-#define __AUTHOR "Yasnovidyashii"
-#define __AUTHOREMAIL "yasnovidyashii@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/UserGuide/"
-#define __COPYRIGHT "© 2009 Mikhail Yuriev"
+#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "User guide" +#define __FILENAME "UserGuide.dll" +#define __DESCRIPTION "This plugin adds the main menu item used to view Miranda NG pack user guide." +#define __AUTHOR "Yasnovidyashii" +#define __AUTHOREMAIL "yasnovidyashii@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/p/UserGuide/" +#define __COPYRIGHT "© 2009 Mikhail Yuriev" |