diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-18 20:57:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-18 20:57:35 +0300 |
commit | b12bb72bef4df73ea9fac2b77e11a8c69cab9837 (patch) | |
tree | 9b4a4864c2c683c2a112ebd1c3bf834204296f4c /plugins/AuthState/src/version.h | |
parent | 64c29727ee3ccca5581a2103d16536f323fafe57 (diff) |
code cleaning
Diffstat (limited to 'plugins/AuthState/src/version.h')
-rw-r--r-- | plugins/AuthState/src/version.h | 14 |
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"
|