meson.build: bump version to 1.7.0

[This was botched in the actual 1.7.0 release :( - David Gibson]

Signed-off-by: Nikolay Letov <letov.nikolay@gmail.com>
This commit is contained in:
Nikolay Letov 2023-02-22 13:36:07 +03:00 committed by David Gibson
parent e3cde0613b
commit 64a907f08b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('dtc', 'c',
version: '1.6.0',
version: '1.7.0',
license: ['GPL2+', 'BSD-2'],
default_options: 'werror=true',
)