diff options
Diffstat (limited to 'plugins/SplashScreen')
-rw-r--r-- | plugins/SplashScreen/src/version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/SplashScreen/src/version.h b/plugins/SplashScreen/src/version.h index e98cb1fcda..6f8e0ce3d3 100644 --- a/plugins/SplashScreen/src/version.h +++ b/plugins/SplashScreen/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 3
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 3
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#include <stdver.h>
-#define __PLUGIN_NAME "Splash screen"
-#define __FILENAME "SplashScreen.dll"
-#define __DESCRIPTION "Shows a splash at Miranda startup."
-#define __AUTHOR "nullbie, Thief"
-#define __AUTHOREMAIL "thief@miranda.im"
-#define __AUTHORWEB "http://miranda-ng.org/p/SplashScreen/"
-#define __COPYRIGHT "© 2004-2007 Victor Pavlychko, 2005-2011 Alexander Turyak"
+#define __PLUGIN_NAME "Splash screen"
+#define __FILENAME "SplashScreen.dll"
+#define __DESCRIPTION "Shows a splash at Miranda startup."
+#define __AUTHOR "nullbie, Thief"
+#define __AUTHOREMAIL "thief@miranda.im"
+#define __AUTHORWEB "http://miranda-ng.org/p/SplashScreen/"
+#define __COPYRIGHT "© 2004-2007 Victor Pavlychko, 2005-2011 Alexander Turyak"
|