diff options
Diffstat (limited to 'plugins/HistoryLinkListPlus/src')
-rw-r--r-- | plugins/HistoryLinkListPlus/src/Version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/HistoryLinkListPlus/src/Version.h b/plugins/HistoryLinkListPlus/src/Version.h index 7018439af3..4aeb7eeec0 100644 --- a/plugins/HistoryLinkListPlus/src/Version.h +++ b/plugins/HistoryLinkListPlus/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#include <stdver.h>
-#define __PLUGIN_NAME "History linklist plus"
-#define __FILENAME "LinkList.dll"
-#define __DESCRIPTION "Generates a list of extracted URIs from the history."
-#define __AUTHOR "Thomas Wendel, gureedo"
-#define __AUTHOREMAIL "gureedo@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/LinkList/"
-#define __COPYRIGHT "© 2010-2011 gureedo"
+#define __PLUGIN_NAME "History linklist plus"
+#define __FILENAME "LinkList.dll"
+#define __DESCRIPTION "Generates a list of extracted URIs from the history."
+#define __AUTHOR "Thomas Wendel, gureedo"
+#define __AUTHOREMAIL "gureedo@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/p/LinkList/"
+#define __COPYRIGHT "© 2010-2011 gureedo"
|