diff options
Diffstat (limited to 'plugins/UserInfoEx/IconPacks')
-rw-r--r-- | plugins/UserInfoEx/IconPacks/default/src/Version.h | 18 | ||||
-rw-r--r-- | plugins/UserInfoEx/IconPacks/ice/src/Version.h | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/plugins/UserInfoEx/IconPacks/default/src/Version.h b/plugins/UserInfoEx/IconPacks/default/src/Version.h index 9d903a62b9..91a66dc0eb 100644 --- a/plugins/UserInfoEx/IconPacks/default/src/Version.h +++ b/plugins/UserInfoEx/IconPacks/default/src/Version.h @@ -1,11 +1,11 @@ -#define __MAJOR_VERSION 1
-#define __MINOR_VERSION 2
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#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"
+#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"
diff --git a/plugins/UserInfoEx/IconPacks/ice/src/Version.h b/plugins/UserInfoEx/IconPacks/ice/src/Version.h index 9d903a62b9..91a66dc0eb 100644 --- a/plugins/UserInfoEx/IconPacks/ice/src/Version.h +++ b/plugins/UserInfoEx/IconPacks/ice/src/Version.h @@ -1,11 +1,11 @@ -#define __MAJOR_VERSION 1
-#define __MINOR_VERSION 2
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#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"
+#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"
|