summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: [