python3 rebuild
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
From 64a907f08b9bedd89833c1eee674148cff2343c6 Mon Sep 17 00:00:00 2001
|
||||
From: Nikolay Letov <letov.nikolay@gmail.com>
|
||||
Date: Wed, 22 Feb 2023 13:36:07 +0300
|
||||
Subject: [PATCH] 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>
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index f50cf1e6..b2c53b96 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',
|
||||
)
|
||||
Reference in New Issue
Block a user