1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

meson.build: post-release version bump to 3.0.1.

This commit is contained in:
Jehan
2025-03-17 13:06:36 +01:00
parent fb10438965
commit 07e0345b5f

View File

@@ -1,6 +1,6 @@
project('gimp',
'c', 'cpp',
version: '3.0.0',
version: '3.0.1',
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 = 0
gimp_interface_age = 1
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