diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-18 12:15:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-18 12:15:54 +0300 |
commit | 64b64a283ac4cc8920f27ea2c45916084766b0cd (patch) | |
tree | 27bb607a25ec27b544628f803ac5bfac59c9bc99 /plugins/BossKeyPlus/src/version.h | |
parent | 5af2765c66217fcc8e26a1cacba84c90379b592f (diff) |
fixes #2781 (BossKey: remove "Create a main menu item" option) + some code cleaning
Diffstat (limited to 'plugins/BossKeyPlus/src/version.h')
-rw-r--r-- | plugins/BossKeyPlus/src/version.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/BossKeyPlus/src/version.h b/plugins/BossKeyPlus/src/version.h index 8bae3d9f5d..40e0700b03 100644 --- a/plugins/BossKeyPlus/src/version.h +++ b/plugins/BossKeyPlus/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 5
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
#define __PLUGIN_NAME "BossKey+"
#define __FILENAME "BossKey.dll"
-#define __DESCRIPTION "Anti-Boss plugin. Makes your Miranda NG hidden or password-protected."
-#define __AUTHOR "Goblineye Entertainment, Billy_Bons"
-#define __AUTHORWEB "https://miranda-ng.org/p/BossKey/"
-#define __COPYRIGHT "© 2002-2003 Goblineye Entertainment, 2007-2010 Billy_Bons"
+#define __DESCRIPTION "Anti-Boss plugin. Makes your Miranda NG hidden or password-protected."
+#define __AUTHOR "Goblineye Entertainment, Billy_Bons"
+#define __AUTHORWEB "https://miranda-ng.org/p/BossKey/"
+#define __COPYRIGHT "© 2002-2003 Goblineye Entertainment, 2007-2010 Billy_Bons"
|