File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ date-tbd 8.19.0
2+
13date-tbd 8.18.1
24
35- vector: mask supported Highway targets by builtin targets [kleisauke]
Original file line number Diff line number Diff line change 11project (' vips' , ' c' , ' cpp' ,
2- version : ' 8.18 .0' ,
2+ version : ' 8.19 .0' ,
33 meson_version : ' >=0.55' ,
44 default_options : [
55 # this is what glib uses (one of our required deps), so we use it too
@@ -24,8 +24,8 @@ version_patch = version_parts[2]
2424# binary interface changes backwards compatible?: increment age
2525# binary interface changes not backwards compatible?: reset age to 0
2626library_revision = 0
27- library_current = 62
28- library_age = 20
27+ library_current = 63
28+ library_age = 21
2929library_version = ' @0@.@1@.@2@' .format(library_current - library_age, library_age, library_revision)
3030darwin_versions = [library_current + 1 , ' @0@.@1@' .format(library_current + 1 , library_revision)]
3131
You can’t perform that action at this time.
0 commit comments