diff options
Diffstat (limited to 'plugins/StartPosition/src/version.h')
-rw-r--r-- | plugins/StartPosition/src/version.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/StartPosition/src/version.h b/plugins/StartPosition/src/version.h index 833bbc0f51..c1b334483d 100644 --- a/plugins/StartPosition/src/version.h +++ b/plugins/StartPosition/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 3 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 4 - -#include <stdver.h> - -#define __PLUGIN_NAME "Start position" -#define __FILENAME "StartPosition.dll" -#define __DESCRIPTION "Plugin supports starting position of Contact List relative to the taskbar and screen side." -#define __AUTHOR "Felipe Brahm - souFrag" -#define __AUTHORWEB "https://miranda-ng.org/p/StartPosition/" -#define __COPYRIGHT "© 2005-2008 Felipe Brahm - souFrag, © 2012-22 Miranda NG team" +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 3
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 4
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Start position"
+#define __FILENAME "StartPosition.dll"
+#define __DESCRIPTION "Plugin supports starting position of Contact List relative to the taskbar and screen side."
+#define __AUTHOR "Felipe Brahm - souFrag"
+#define __AUTHORWEB "https://miranda-ng.org/p/StartPosition"
+#define __COPYRIGHT "© 2005-2008 Felipe Brahm - souFrag, © 2012-22 Miranda NG team"
|