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 d62e6849..4b20400e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.37.92:
+* Various fixes to the timeline
+* Convert timezones when allocating on Week view
+* Updated translations
+
Major changes in 3.36.0:
* Updated translations
diff --git a/meson.build b/meson.build
index d269c033..74af14f9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-calendar',
'c',
- version: '3.37.0',
+ version: '3.37.92',
license: 'GPL3+',
meson_version: '>= 0.50.0'
)