summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3ebed7..2dceed0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+40.0
+====
+* Stable release. No updates since 40.rc.
+
40.rc
=====
* Removed comment about revision version attrs from templates
diff --git a/meson.build b/meson.build
index fd43943..b155d31 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('yelp-tools',
- version: '40.rc',
+ version: '40.0',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.50.0',
)