summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a55a29e..927fba7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+==================
+Version 40.alpha.1
+==================
+
+This version fixes a few major issues that slipped into the last release:
+- Fix warnings related to the new application-id and contact-info properties
+- Fix use-after-free issues when detached locations are used
+- Fix vala binding issues by removing a left over struct definition
+
================
Version 40.alpha
================
diff --git a/meson.build b/meson.build
index e4c9c09..b5fb1f4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '40.alpha',
+ version: '40.alpha.1',
meson_version: '>= 0.50.0',
)