diff options
Diffstat (limited to 'plugins/SimpleAR')
-rw-r--r-- | plugins/SimpleAR/src/version_.h (renamed from plugins/SimpleAR/src/Version.h) | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/SimpleAR/src/Version.h b/plugins/SimpleAR/src/version_.h index 0f41e313ac..7b3636156a 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
-
-#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 __MAJOR_VERSION 2 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 2 +#define __BUILD_NUM 6 + +#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" |