mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
Release release candidate GIMP 3.0.0 RC1.
This commit is contained in:
parent
5274f0a147
commit
76036f4833
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
project('gimp',
|
||||
'c', 'cpp',
|
||||
version: '2.99.19',
|
||||
version: '3.0.0-RC1',
|
||||
meson_version: '>=0.61.0',
|
||||
default_options: [
|
||||
'cpp_std=gnu++14',
|
||||
|
@ -58,7 +58,7 @@ gimp_api_name = 'gimp-' + gimp_api_version
|
|||
|
||||
|
||||
# Libtool versioning
|
||||
gimp_interface_age = 19
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue