From be552c4fdf6e5a568e00ea52b54590c2cb7567ed Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 22 Jul 2023 13:53:22 +0100 Subject: [PATCH] missed meson.build version number --- README.md | 2 ++ meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 305a474..36e21ec 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ $ vipsdisp ~/pics/k2.jpg Version needs updating in the following places: +- **`meson.buiild`** + - **`org.libvips.vipsdisp.appdata.xml`** and some release notes and a date as well. diff --git a/meson.build b/meson.build index 267137e..d89e0d3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'vipsdisp', 'c', - version: '2.4.2', + version: '2.5.0', license: 'MIT', meson_version: '>=0.56', default_options: [