diff options
Diffstat (limited to 'plugins/!Deprecated/FlashAvatars/src/Version.h')
-rw-r--r-- | plugins/!Deprecated/FlashAvatars/src/Version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/!Deprecated/FlashAvatars/src/Version.h b/plugins/!Deprecated/FlashAvatars/src/Version.h new file mode 100644 index 0000000000..7ab5bbae86 --- /dev/null +++ b/plugins/!Deprecated/FlashAvatars/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 14
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Flash avatars"
+#define __FILENAME "FlashAvatars.dll"
+#define __DESCRIPTION "Loads and displays Flash avatars."
+#define __AUTHOR "Big Muscle"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/FlashAvatars/"
+#define __COPYRIGHT "© 2000-2009 Miranda-IM project"
|