diff options
Diffstat (limited to 'plugins/MirFox/src/version.h')
-rw-r--r-- | plugins/MirFox/src/version.h | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/plugins/MirFox/src/version.h b/plugins/MirFox/src/version.h index 2bd9b9c019..eb83e97856 100644 --- a/plugins/MirFox/src/version.h +++ b/plugins/MirFox/src/version.h @@ -1,15 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 5
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
-#define __VERSION_STRING "0.5.0.0"
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 5
+#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 "MirFox"
-#define __FILENAME "MirFox.dll"
-#define __DESCRIPTION "MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com"
-#define __AUTHOR "Szymon Tokarz"
-#define __AUTHOREMAIL "wsx22@o2.pl"
-#define __AUTHORWEB "http://miranda-ng.org/p/MirFox/"
-#define __COPYRIGHT "© 2013 Szymon Tokarz"
+#define __PLUGIN_NAME "MirFox"
+#define __FILENAME "MirFox.dll"
+#define __DESCRIPTION "MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com"
+#define __AUTHOR "Szymon Tokarz"
+#define __AUTHOREMAIL "wsx22@o2.pl"
+#define __AUTHORWEB "http://miranda-ng.org/p/MirFox/"
+#define __COPYRIGHT "© 2013 Szymon Tokarz"
|