From edbd1ea7384e63efa8fe326dd79ffe4fbe6722db Mon Sep 17 00:00:00 2001 From: Jehan Date: Sat, 14 Mar 2026 10:47:44 +0100 Subject: [PATCH] Release GIMP 3.2.0! \o/ --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 997f4f81cd..1fbdd74c2e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gimp', 'c', 'cpp', - version: '3.2.0-RC3+git', + version: '3.2.0', meson_version: '>=0.61.0', default_options: [ 'cpp_std=c++14',