From 26f3878a7a50e0655111b0ff76769e088676118d Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Mon, 14 Sep 2020 23:36:32 +1000 Subject: [PATCH] Update files for 3.38.0.1 --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 52cf8ae5..22cbbb88 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Version 3.38.0.1 +~~~~~~~~~~~~~~~~ +Released: 2020-09-15 + +Notable changes included in this release: + +* Ensure recent SQL migration scripts are installed + +Thanks to those who contributed translations for the online help +manual: + +* Jordi Mas (ca) + Version 3.38 ~~~~~~~~~~~~ Released: 2020-09-13 diff --git a/meson.build b/meson.build index c33d66cc..d6be8ad1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.38.0', + version: '3.38.0.1', license: 'LGPL2.1+', meson_version: '>= 0.50', )