Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b91ebf2

Browse files
authored
Bump version to 8.14.4 (libvips#3602)
1 parent cc6e9a5 commit b91ebf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('vips', 'c', 'cpp',
2-
version: '8.14.3',
2+
version: '8.14.4',
33
meson_version: '>=0.55',
44
default_options: [
55
# this is what glib uses (one of our required deps), so we use it too
@@ -19,7 +19,7 @@ version_patch = version_parts[2]
1919
# binary interface changed: increment current, reset revision to 0
2020
# binary interface changes backwards compatible?: increment age
2121
# binary interface changes not backwards compatible?: reset age to 0
22-
library_revision = 3
22+
library_revision = 4
2323
library_current = 58
2424
library_age = 16
2525
library_version = '@0@.@1@.@2@'.format(library_current - library_age, library_age, library_revision)

0 commit comments

Comments
 (0)