Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 576 B view raw
1diff --git a/app/gimp-version.c b/app/gimp-version.c 2index 3d1894a036..48bb670b64 100644 3--- a/app/gimp-version.c 4+++ b/app/gimp-version.c 5@@ -230,7 +230,7 @@ gimp_version (gboolean be_verbose, 6 GIMP_BUILD_ID, 7 gimp_version_get_revision (), 8 GIMP_BUILD_PLATFORM_FAMILY, 9- CC_VERSION, 10+ "@cc_version@", 11 lib_versions); 12 g_free (lib_versions); 13