Jan Tojnar
2020-02-27 17:02:00 +01:00
parent 14474ff8b5
commit 6c14807333
2 changed files with 5 additions and 7 deletions
@@ -1,13 +1,11 @@
diff --git a/app/gimp-version.c b/app/gimp-version.c
index 0f7bfb9bf9..1679624b8e 100644
index 3d1894a036..48bb670b64 100644
--- a/app/gimp-version.c
+++ b/app/gimp-version.c
@@ -228,9 +228,9 @@
"# Libraries #\n%s",
GIMP_GIT_VERSION,
@@ -230,7 +230,7 @@ gimp_version (gboolean be_verbose,
GIMP_BUILD_ID,
gimp_version_get_revision (),
GIMP_BUILD_PLATFORM,
GIMP_BUILD_PLATFORM_FAMILY,
- CC_VERSION,
+ "@cc_version@",
lib_versions);