diff options
Diffstat (limited to 'plugins/SimpleAR/src/Version.h')
-rw-r--r-- | plugins/SimpleAR/src/Version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/SimpleAR/src/Version.h b/plugins/SimpleAR/src/Version.h index 3705773a78..0f41e313ac 100644 --- a/plugins/SimpleAR/src/Version.h +++ b/plugins/SimpleAR/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 2
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 6
+#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 6
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#include <stdver.h>
-#define __PLUGIN_NAME "Simple auto replier"
-#define __FILENAME "SimpleAR.dll"
-#define __DESCRIPTION "Simple Auto Replier."
-#define __AUTHOR "Stark Wong, Mataes, Mikel-Ard-Ri"
-#define __AUTHOREMAIL "mikelardri@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/SimpleAR/"
-#define __COPYRIGHT "© 2012"
+#define __PLUGIN_NAME "Simple auto replier"
+#define __FILENAME "SimpleAR.dll"
+#define __DESCRIPTION "Simple Auto Replier."
+#define __AUTHOR "Stark Wong, Mataes, Mikel-Ard-Ri"
+#define __AUTHOREMAIL "mikelardri@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/p/SimpleAR/"
+#define __COPYRIGHT "© 2012"
|