summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78e9770..183a1ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==================
+Version 40.0
+==================
+
+- Fix possible uninitialized variable in location entry
+- Translations updates
+
+==================
Version 40.beta
==================
- Fix gweather_location_next_child annotations
diff --git a/meson.build b/meson.build
index 9c7b59a..87f9a7d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '40.beta',
+ version: '40.0',
meson_version: '>= 0.50.0',
)