summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4eb2bff..a3ebed7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+40.rc
+=====
+* Removed comment about revision version attrs from templates
+* Use /usr/bin/python3 as shebang
+
40.beta
=======
* Added --skip option to skip files in yelp-check
diff --git a/meson.build b/meson.build
index aa903d2..fd43943 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('yelp-tools',
- version: '40.beta',
+ version: '40.rc',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.50.0',
)