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 d438510..07eab37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in 3.48.0
+=============================
+
+* Translation updates
+
Overview of changes in 3.47.1
=============================
diff --git a/meson.build b/meson.build
index e9a50fb..64d64b1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-online-accounts', 'c',
- version: '3.47.2',
+ version: '3.48.0',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.57.0',