diff options
Diffstat (limited to 'plugins/HistoryLinkListPlus/src/version.h')
-rw-r--r-- | plugins/HistoryLinkListPlus/src/version.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/HistoryLinkListPlus/src/version.h b/plugins/HistoryLinkListPlus/src/version.h index 9d5b8e8e95..4651c3713e 100644 --- a/plugins/HistoryLinkListPlus/src/version.h +++ b/plugins/HistoryLinkListPlus/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 0 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 2 - -#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 __AUTHORWEB "https://miranda-ng.org/p/LinkList/" -#define __COPYRIGHT "© 2010-2011 gureedo" +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
+
+#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 __AUTHORWEB "https://miranda-ng.org/p/LinkList"
+#define __COPYRIGHT "© 2010-2011 gureedo"
|