remove word "commit" from the About dialog
(since the commit hash itself has already been removed)
This commit is contained in:
parent
c611be157a
commit
dc165777ea
|
|
@ -33,8 +33,7 @@
|
||||||
#define PLUGIN_NAME "MeshTex"
|
#define PLUGIN_NAME "MeshTex"
|
||||||
#define PLUGIN_VERSION_MAJOR_NUMERIC 3
|
#define PLUGIN_VERSION_MAJOR_NUMERIC 3
|
||||||
#define PLUGIN_VERSION_MINOR_NUMERIC 0
|
#define PLUGIN_VERSION_MINOR_NUMERIC 0
|
||||||
#define PLUGIN_VERSION STRINGIFY_MACRO(PLUGIN_VERSION_MAJOR_NUMERIC) "." STRINGIFY_MACRO(PLUGIN_VERSION_MINOR_NUMERIC) " beta" \
|
#define PLUGIN_VERSION STRINGIFY_MACRO(PLUGIN_VERSION_MAJOR_NUMERIC) "." STRINGIFY_MACRO(PLUGIN_VERSION_MINOR_NUMERIC) " beta"
|
||||||
", commit "
|
|
||||||
#define PLUGIN_AUTHOR "Joel Baxter"
|
#define PLUGIN_AUTHOR "Joel Baxter"
|
||||||
#define PLUGIN_AUTHOR_EMAIL "jl@neogeographica.com"
|
#define PLUGIN_AUTHOR_EMAIL "jl@neogeographica.com"
|
||||||
#define PLUGIN_COPYRIGHT_DATE "2012"
|
#define PLUGIN_COPYRIGHT_DATE "2012"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user