summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-09-14 09:05:10 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-09-14 09:05:10 -0300
commitcaaa45faa85d71a2f33c2989b4b1b66b706e4bc4 (patch)
treec0db7828bf8b6d54ecd0788fffe021f479890e04
parent01581547db3f878ce547d0f12503be6d8bc81e81 (diff)
downloadgnome-todo-caaa45faa85d71a2f33c2989b4b1b66b706e4bc4.tar.gz
41.rc41.rc
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bf36bd2c..cd26f106 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 41.rc
+==============
+
+* Documentation was added
+* Translation updates
+
+==============
Version 40.1
==============
diff --git a/meson.build b/meson.build
index 8c0352e6..7bbd5baf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-todo',
'c',
- version: '41.alpha',
+ version: '41.rc',
license: 'GPL3+',
default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
meson_version: '>= 0.53.0'