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

Skip to content

Commit 9e64179

Browse files
committed
version bump ready for the 8.19 cycle
1 parent 46dde2e commit 9e64179

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
date-tbd 8.19.0
2+
13
date-tbd 8.18.1
24

35
- vector: mask supported Highway targets by builtin targets [kleisauke]

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('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
2626
library_revision = 0
27-
library_current = 62
28-
library_age = 20
27+
library_current = 63
28+
library_age = 21
2929
library_version = '@0@.@1@.@2@'.format(library_current - library_age, library_age, library_revision)
3030
darwin_versions = [library_current + 1, '@0@.@1@'.format(library_current + 1, library_revision)]
3131

0 commit comments

Comments
 (0)