summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2022-02-12 11:32:59 -0500
committerShaun McCance <shaunm@redhat.com>2022-02-12 11:32:59 -0500
commita49972e7c21763cab96bb0133de4f1388b8316ca (patch)
tree2ef3b4abc3b7c69f1a82275f57ff33b3dcfec930
parenta3a80d6cfd90fcf5dedbf3221d647677fc50261e (diff)
downloadyelp-tools-a49972e7c21763cab96bb0133de4f1388b8316ca.tar.gz
Version 42.beta42.beta
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 13fd631..4aa1efd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+42.beta
+=======
+* yelp.m4: Avoid argument list too long error when cleaning (Dan Nicholson)
+
41.0
====
* No changes since beta, stable release only
diff --git a/meson.build b/meson.build
index 65affa2..7a28ff0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('yelp-tools',
- version: '41.0',
+ version: '42.beta',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.51.0',
)