diff options
Diffstat (limited to 'plugins/AvatarHistory')
-rw-r--r-- | plugins/AvatarHistory/src/version_.h (renamed from plugins/AvatarHistory/src/Version.h) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/AvatarHistory/src/Version.h b/plugins/AvatarHistory/src/version_.h index eb62c3bd86..c18d2574a0 100644 --- a/plugins/AvatarHistory/src/Version.h +++ b/plugins/AvatarHistory/src/version_.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "Avatar history"
-#define __FILENAME "AvatarHistory.dll"
-#define __DESCRIPTION "This plugin keeps backups of all your contacts' avatar changes and/or shows popups."
-#define __AUTHOR "Matthew Wild (MattJ), Ricardo Pescuma Domenecci"
-#define __AUTHOREMAIL "mwild1@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/AvatarHistory/"
-#define __COPYRIGHT "© 2006-2012 Matthew Wild, Ricardo Pescuma Domenecci"
+#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#include <stdver.h> + +#define __PLUGIN_NAME "Avatar history" +#define __FILENAME "AvatarHistory.dll" +#define __DESCRIPTION "This plugin keeps backups of all your contacts' avatar changes and/or shows popups." +#define __AUTHOR "Matthew Wild (MattJ), Ricardo Pescuma Domenecci" +#define __AUTHOREMAIL "mwild1@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/p/AvatarHistory/" +#define __COPYRIGHT "© 2006-2012 Matthew Wild, Ricardo Pescuma Domenecci" |