From dc165777ea64b19d705e0f101da2846864aa182b Mon Sep 17 00:00:00 2001 From: Joel Baxter Date: Mon, 5 Nov 2018 15:46:46 -0800 Subject: [PATCH] remove word "commit" from the About dialog (since the commit hash itself has already been removed) --- contrib/meshtex/PluginProperties.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/meshtex/PluginProperties.h b/contrib/meshtex/PluginProperties.h index deae6993..cc80b300 100644 --- a/contrib/meshtex/PluginProperties.h +++ b/contrib/meshtex/PluginProperties.h @@ -33,8 +33,7 @@ #define PLUGIN_NAME "MeshTex" #define PLUGIN_VERSION_MAJOR_NUMERIC 3 #define PLUGIN_VERSION_MINOR_NUMERIC 0 -#define PLUGIN_VERSION STRINGIFY_MACRO(PLUGIN_VERSION_MAJOR_NUMERIC) "." STRINGIFY_MACRO(PLUGIN_VERSION_MINOR_NUMERIC) " beta" \ - ", commit " +#define PLUGIN_VERSION STRINGIFY_MACRO(PLUGIN_VERSION_MAJOR_NUMERIC) "." STRINGIFY_MACRO(PLUGIN_VERSION_MINOR_NUMERIC) " beta" #define PLUGIN_AUTHOR "Joel Baxter" #define PLUGIN_AUTHOR_EMAIL "jl@neogeographica.com" #define PLUGIN_COPYRIGHT_DATE "2012"