diff options
Diffstat (limited to 'plugins/MyDetails/src/version.h')
-rw-r--r-- | plugins/MyDetails/src/version.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/MyDetails/src/version.h b/plugins/MyDetails/src/version.h index 0deed1a7dd..99746d161d 100644 --- a/plugins/MyDetails/src/version.h +++ b/plugins/MyDetails/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 1 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 2 - -#include <stdver.h> - -#define __PLUGIN_NAME "My details" -#define __FILENAME "MyDetails.dll" -#define __DESCRIPTION "Shows and allows you to edit your details for all accounts." -#define __AUTHOR "Ricardo Pescuma Domenecci, Drugwash" -#define __AUTHORWEB "https://miranda-ng.org/p/MyDetails/" -#define __COPYRIGHT "© 2005-2008 Ricardo Pescuma Domenecci, Drugwash" +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "My details"
+#define __FILENAME "MyDetails.dll"
+#define __DESCRIPTION "Shows and allows you to edit your details for all accounts."
+#define __AUTHOR "Ricardo Pescuma Domenecci, Drugwash"
+#define __AUTHORWEB "https://miranda-ng.org/p/MyDetails"
+#define __COPYRIGHT "© 2005-2008 Ricardo Pescuma Domenecci, Drugwash"
|