summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Letov <letov.nikolay@gmail.com>2023-02-22 13:36:07 +0300
committerDavid Gibson <david@gibson.dropbear.id.au>2023-02-28 09:50:20 +1100
commit64a907f08b9bedd89833c1eee674148cff2343c6 (patch)
tree96450ed65e3357c83122a1bbaaacfc26f610d0db
parente3cde0613bfdd59d525770bc0e15c54e58b08412 (diff)
downloaddevice-tree-compiler-64a907f08b9bedd89833c1eee674148cff2343c6.tar.gz
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>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f50cf1e..b2c53b9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('dtc', 'c',
- version: '1.6.0',
+ version: '1.7.0',
license: ['GPL2+', 'BSD-2'],
default_options: 'werror=true',
)