Release GIMP 3.1.4.
This commit is contained in:
parent
cb4316d07a
commit
50978f18b6
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
name: gimp
|
||||
adopt-info: gimp
|
||||
version: 3.1.3
|
||||
grade: devel
|
||||
version: 3.1.4
|
||||
grade: stable
|
||||
base: core24
|
||||
compression: lzo
|
||||
confinement: strict
|
||||
|
|
@ -117,7 +117,7 @@ parts:
|
|||
- -Drelocatable-bundle=yes
|
||||
- -Dcheck-update=no
|
||||
- -Denable-default-bin=enabled
|
||||
- -Dbuild-id=org.gimp.GIMP.snapcraft.experimental
|
||||
- -Dbuild-id=org.gimp.GIMP.snapcraft.preview
|
||||
build-packages:
|
||||
- bison
|
||||
- flex
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
project('gimp',
|
||||
'c', 'cpp',
|
||||
version: '3.1.3',
|
||||
version: '3.1.4',
|
||||
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 = 3
|
||||
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…
Reference in a new issue