diff options
Diffstat (limited to 'plugins/UserInfoEx/IconPacks/ice/src/version.h')
-rw-r--r-- | plugins/UserInfoEx/IconPacks/ice/src/version.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/IconPacks/ice/src/version.h b/plugins/UserInfoEx/IconPacks/ice/src/version.h new file mode 100644 index 0000000000..829f78a215 --- /dev/null +++ b/plugins/UserInfoEx/IconPacks/ice/src/version.h @@ -0,0 +1,11 @@ +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 2 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 + +#include <stdver.h> + +#define __PLUGIN_NAME "UInfoEx icons" +#define __FILENAME "UInfoEx_icons.dll" +#define __DESCRIPTION "This is an Iconpack for the UserInfoEx plugin." +#define __COPYRIGHT "© 2006-2009 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol" |