mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
Release GIMP 3.0.6.
gimp_interface_age resetted since we added a new API (gimp_prop_toggle_new()) in this version.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
project('gimp',
|
||||
'c', 'cpp',
|
||||
version: '3.0.5',
|
||||
version: '3.0.6',
|
||||
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 = 5
|
||||
gimp_interface_age = 0
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user