summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-24 22:30:17 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-24 22:30:30 +0100
commit85e157dade2ce9f252c93e8ec2b7a88f6fe78016 (patch)
tree9b50fa4f243a95c6526714963545035b92112c77
parentec58e8b0f69ba779ed817cfe7992063aeb489dae (diff)
downloadlibgweather-85e157dade2ce9f252c93e8ec2b7a88f6fe78016.tar.gz
Release 4040.0
-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',
)