Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6e9a5 commit b91ebf2Copy full SHA for b91ebf2
meson.build
@@ -1,5 +1,5 @@
1
project('vips', 'c', 'cpp',
2
- version: '8.14.3',
+ version: '8.14.4',
3
meson_version: '>=0.55',
4
default_options: [
5
# this is what glib uses (one of our required deps), so we use it too
@@ -19,7 +19,7 @@ version_patch = version_parts[2]
19
# binary interface changed: increment current, reset revision to 0
20
# binary interface changes backwards compatible?: increment age
21
# binary interface changes not backwards compatible?: reset age to 0
22
-library_revision = 3
+library_revision = 4
23
library_current = 58
24
library_age = 16
25
library_version = '@0@.@1@.@2@'.format(library_current - library_age, library_age, library_revision)
0 commit comments