summaryrefslogtreecommitdiff
path: root/plugins/AuthState/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-18 20:57:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-18 20:57:35 +0300
commitb12bb72bef4df73ea9fac2b77e11a8c69cab9837 (patch)
tree9b4a4864c2c683c2a112ebd1c3bf834204296f4c /plugins/AuthState/src/version.h
parent64c29727ee3ccca5581a2103d16536f323fafe57 (diff)
code cleaning
Diffstat (limited to 'plugins/AuthState/src/version.h')
-rw-r--r--plugins/AuthState/src/version.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h
index 4150d6ab48..9c10ef75fe 100644
--- a/plugins/AuthState/src/version.h
+++ b/plugins/AuthState/src/version.h
@@ -1,13 +1,13 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 2
#include <stdver.h>
-#define __PLUGIN_NAME "Authorization state"
-#define __FILENAME "AuthState.dll"
+#define __PLUGIN_NAME "Authorization state"
+#define __FILENAME "AuthState.dll"
#define __DESCRIPTION "If a contact didn't authorize you, this plugin puts an icon in front of the contact's name."
-#define __AUTHOR "Thief, idea by snwbrdr"
+#define __AUTHOR "Thief, idea by snwbrdr"
#define __AUTHORWEB "https://miranda-ng.org/p/AuthState/"
#define __COPYRIGHT "© 2006-2010 Alexander Turyak"