From fc2e395d724c33d463f8058722176438fe8b7c4e Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 18 May 2025 20:45:12 +0200 Subject: [PATCH] meson: Post-release version bump to 3.0.5. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c069c685b3..0cdc0b81bf 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gimp', 'c', 'cpp', - version: '3.0.4', + version: '3.0.5', meson_version: '>=0.61.0', default_options: [ 'cpp_std=gnu++14', @@ -65,7 +65,7 @@ gimp_api_name = 'gimp-' + gimp_api_version # Libtool versioning -gimp_interface_age = 4 +gimp_interface_age = 5 gimp_binary_age = 100 * gimp_app_version_minor + gimp_app_version_micro lt_current = 100 * gimp_app_version_minor + gimp_app_version_micro - gimp_interface_age