summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewAwaySysMod/src/version.h')
-rw-r--r--plugins/NewAwaySysMod/src/version.h19
1 files changed, 14 insertions, 5 deletions
diff --git a/plugins/NewAwaySysMod/src/version.h b/plugins/NewAwaySysMod/src/version.h
index 3634e99662..27b95c6b1d 100644
--- a/plugins/NewAwaySysMod/src/version.h
+++ b/plugins/NewAwaySysMod/src/version.h
@@ -1,5 +1,14 @@
-#define STRSPECIALBUILD "2636"
-#define FILEVER 0, 3, 8, 4
-#define STRFILEVER "0, 3, 8, 4"
-#define PRODUCTVER FILEVER
-#define STRPRODUCTVER STRFILEVER
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 4
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "New Away System Mod"
+#define __FILENAME "NewAwaySys.dll"
+#define __DESCRIPTION "New Away System Mod plugin for Miranda IM."
+#define __AUTHOR "NightFox; Deathdemon; XF007; Goblineye Entertainment"
+#define __AUTHOREMAIL "NightFox@myied.org"
+#define __AUTHORWEB "http://miranda-ng.org/p/NewAwaySys/"
+#define __COPYRIGHT "© 2010 NightFox; © 2005-2007 Chervov Dmitry; © 2004-2005 Iksaif; © 2002-2003 Goblineye Entertainment"