https://www.gimp.org/news/2025/03/16/gimp-3-0-released/ https://github.com/GNOME/gimp/compare/GIMP_3_0_0_RC2...GIMP_3_0_0 https://www.gimp.org/news/2025/03/23/gimp-3-0-2-released/ https://github.com/GNOME/gimp/compare/GIMP_3_0_0...GIMP_3_0_2
14 lines
574 B
Diff
14 lines
574 B
Diff
diff --git a/app/gimp-version.c b/app/gimp-version.c
|
|
index 6e311c8252..e6fd9d1d78 100644
|
|
--- a/app/gimp-version.c
|
|
+++ b/app/gimp-version.c
|
|
@@ -90,7 +90,7 @@ gimp_version (gboolean be_verbose,
|
|
GIMP_BUILD_ID,
|
|
gimp_version_get_revision (),
|
|
GIMP_BUILD_PLATFORM_FAMILY,
|
|
- CC_VERSION,
|
|
+ "@cc_version@",
|
|
lib_versions);
|
|
g_free (lib_versions);
|
|
|