diff options
Diffstat (limited to 'plugins/SimpleStatusMsg')
-rw-r--r-- | plugins/SimpleStatusMsg/src/version.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/SimpleStatusMsg/src/version.h b/plugins/SimpleStatusMsg/src/version.h index afa8258d8e..ccce34ec8d 100644 --- a/plugins/SimpleStatusMsg/src/version.h +++ b/plugins/SimpleStatusMsg/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 1 -#define __MINOR_VERSION 9 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 9 - -#include <stdver.h> - -#define __PLUGIN_NAME "Simple status message" -#define __FILENAME "SimpleStatusMsg.dll" -#define __DESCRIPTION "Provides a simple way to set status and away messages." -#define __AUTHOR "Bartosz 'Dezeath' Białek, Harven" -#define __AUTHORWEB "https://miranda-ng.org/p/SimpleStatusMsg/" -#define __COPYRIGHT "© 2006-2011 Bartosz Białek, 2005 Harven" +#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 9
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 9
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Simple status message"
+#define __FILENAME "SimpleStatusMsg.dll"
+#define __DESCRIPTION "Provides a simple way to set status and away messages."
+#define __AUTHOR "Bartosz 'Dezeath' Białek, Harven"
+#define __AUTHORWEB "https://miranda-ng.org/p/SimpleStatusMsg"
+#define __COPYRIGHT "© 2006-2011 Bartosz Białek, 2005 Harven"
|