summaryrefslogtreecommitdiff
path: root/plugins/QuickSearch/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-05-13 11:45:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-05-13 11:45:07 +0300
commitb9abdafff215858880890ec5aaacd5ea9bb880f1 (patch)
treedfa5b0494b1698cbef370e0a35862e7037ea90d7 /plugins/QuickSearch/src/version.h
parent1aecfbf8295912ccfc26bdbd9d745aed96966e66 (diff)
welcome back to C++, QuickSearch
Diffstat (limited to 'plugins/QuickSearch/src/version.h')
-rw-r--r--plugins/QuickSearch/src/version.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/QuickSearch/src/version.h b/plugins/QuickSearch/src/version.h
new file mode 100644
index 0000000000..f9508cadc2
--- /dev/null
+++ b/plugins/QuickSearch/src/version.h
@@ -0,0 +1,13 @@
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 5
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Quick Search"
+#define __FILENAME "QuickSearch.dll"
+#define __DESCRIPTION "This plugin allows you to quick search for nickname, firstname, lastname, email, uin in your contact list."
+#define __AUTHOR "Bethoven, Awkward"
+#define __AUTHORWEB "https://miranda-ng.org/p/QuickSearch/"
+#define __COPYRIGHT "© 2004-05 Bethoven; 2006-13 Awkward; 2014-21 Miranda NG team"