summaryrefslogtreecommitdiff
path: root/plugins/Variables/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-08-13 11:51:22 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-08-13 11:51:29 +0300
commitef7127e9715147094e39e27edb0143aaecff695b (patch)
tree095ac791d232df9f682c7432e59b304fbc4d8ead /plugins/Variables/src/version.h
parentaf5b577d924b941d85d87280b1b4df37b848e510 (diff)
Variables:
- plugin's own hash implementation replaced with the core function; - unused header dbhelpers.h removed; - code cleaning
Diffstat (limited to 'plugins/Variables/src/version.h')
-rw-r--r--plugins/Variables/src/version.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Variables/src/version.h b/plugins/Variables/src/version.h
index e93bd0c549..a002618d9a 100644
--- a/plugins/Variables/src/version.h
+++ b/plugins/Variables/src/version.h
@@ -1,13 +1,13 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 2
-#define __RELEASE_NUM 3
-#define __BUILD_NUM 11
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 11
#include <stdver.h>
#define __PLUGIN_NAME "Variables"
#define __FILENAME "Variables.dll"
-#define __DESCRIPTION "Adds support for dynamic variables in strings for plugins."
-#define __AUTHOR "P Boon"
-#define __AUTHORWEB "https://miranda-ng.org/p/Variables/"
-#define __COPYRIGHT "© 2003-2008 P. Boon, Ricardo Pescuma, George Hazan"
+#define __DESCRIPTION "Adds support for dynamic variables in strings for plugins."
+#define __AUTHOR "P Boon"
+#define __AUTHORWEB "https://miranda-ng.org/p/Variables/"
+#define __COPYRIGHT "© 2003-2008 P. Boon, Ricardo Pescuma, George Hazan"