Browse Source

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>
main
Nikolay Letov 2 years ago committed by David Gibson
parent
commit
64a907f08b
  1. 2
      meson.build

2
meson.build

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

Loading…
Cancel
Save