summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-15 19:11:32 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-15 19:11:32 -0300
commit0f24cc4ec942992f2df778d72556fffe53dfa506 (patch)
tree9c18bfa198c151adcfcd65bb847daee9fa273938
parent7841d5c3db70d992fbf3225949a8fe83f7d88f37 (diff)
downloadgnome-todo-40.1.tar.gz
40.140.1
-rw-r--r--NEWS8
-rw-r--r--data/appdata/org.gnome.Todo.appdata.xml.in.in9
-rw-r--r--meson.build2
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 77eec051..bf36bd2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 40.1
+==============
+
+* Bundle libadwaita as a submodule
+* Misc cleanups
+* Translation updates
+
+==============
Version 40
==============
diff --git a/data/appdata/org.gnome.Todo.appdata.xml.in.in b/data/appdata/org.gnome.Todo.appdata.xml.in.in
index 447bdd7b..e93454f4 100644
--- a/data/appdata/org.gnome.Todo.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Todo.appdata.xml.in.in
@@ -40,6 +40,15 @@
</kudos>
<releases>
+ <release date="2021-06-15" version="40.1">
+ <description>
+ <p>
+ GNOME To Do 40.1 comes with a selection of fixes to bugs and packaging issues,
+ cleanups, and many updated translations.
+ </p>
+ </description>
+ </release>
+
<release date="2021-05-03" version="40.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index 759b42a6..2de992ef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-todo',
'c',
- version: '40.0',
+ version: '40.1',
license: 'GPL3+',
default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
meson_version: '>= 0.53.0'