diff options
Diffstat (limited to 'plugins/DbEditorPP/src/version.h')
-rw-r--r-- | plugins/DbEditorPP/src/version.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/DbEditorPP/src/version.h b/plugins/DbEditorPP/src/version.h index 68642e1da0..19d7f43571 100644 --- a/plugins/DbEditorPP/src/version.h +++ b/plugins/DbEditorPP/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 4 -#define __MINOR_VERSION 1 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 3 - -#include <stdver.h> - -#define __PLUGIN_NAME "Database editor++" -#define __FILENAME "DbEditorPP.dll" -#define __DESCRIPTION "Advanced Database Editor." -#define __AUTHOR "Bio, Jonathan Gordon" -#define __AUTHORWEB "https://miranda-ng.org/p/DbEditorPP/" -#define __COPYRIGHT "© 2003-22 Bio, Jonathan Gordon, Miranda NG team" +#define __MAJOR_VERSION 4
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 3
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Database editor++"
+#define __FILENAME "DbEditorPP.dll"
+#define __DESCRIPTION "Advanced Database Editor."
+#define __AUTHOR "Bio, Jonathan Gordon"
+#define __AUTHORWEB "https://miranda-ng.org/p/DbEditorPP"
+#define __COPYRIGHT "© 2003-22 Bio, Jonathan Gordon, Miranda NG team"
|