summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-16 13:15:09 +0100
committerBastien Nocera <hadess@hadess.net>2021-03-16 13:21:59 +0100
commite4a0b196615690e4c1910af3cd57872af4f8e2ec (patch)
tree192800e92397d3f97941f6a837840e3a6547c892
parenta4b2deb58f7a417c1db39055aa9d8ef2522805f2 (diff)
downloadlibgudev-e4a0b196615690e4c1910af3cd57872af4f8e2ec.tar.gz
236236
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1922fdd..fdf4e4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
libgudev - GObject bindings for libudev
+CHANGES WITH 236:
+ * Fix meson project name to match autotools
+
CHANGES WITH 235:
* Port build system to meson and remove autotools
* Fix conversion of sysfs attributes to boolean
diff --git a/meson.build b/meson.build
index 0a284ce..cd8fa29 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgudev', 'c',
- version: '235',
+ version: '236',
license: 'LGPLv2.1+',
meson_version: '>= 0.53.0',
default_options: [