2018-11-05 23:59:28 +00:00
|
|
|
diff --git a/app/gimp-version.c b/app/gimp-version.c
|
2020-02-27 15:56:24 +00:00
|
|
|
index 3d1894a036..48bb670b64 100644
|
2018-11-05 23:59:28 +00:00
|
|
|
--- a/app/gimp-version.c
|
|
|
|
+++ b/app/gimp-version.c
|
2020-02-27 15:56:24 +00:00
|
|
|
@@ -230,7 +230,7 @@ gimp_version (gboolean be_verbose,
|
2020-02-21 11:02:55 +00:00
|
|
|
GIMP_BUILD_ID,
|
|
|
|
gimp_version_get_revision (),
|
2020-02-27 15:56:24 +00:00
|
|
|
GIMP_BUILD_PLATFORM_FAMILY,
|
2020-02-21 11:02:55 +00:00
|
|
|
- CC_VERSION,
|
|
|
|
+ "@cc_version@",
|
2018-11-05 23:59:28 +00:00
|
|
|
lib_versions);
|
|
|
|
g_free (lib_versions);
|
|
|
|
|