summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-06-14 23:52:13 +0300
committerJordan Petridis <jpetridis@gnome.org>2020-06-14 23:52:13 +0300
commit72b769016751838570ba04e8a42745d1ae4fb04d (patch)
tree72978ca1f9980883f1b5c5b8f2f44d37fc3d8549
parenteeecf561c7d8426f2fd51eed6048c91652730ef2 (diff)
downloadgnome-desktop-72b769016751838570ba04e8a42745d1ae4fb04d.tar.gz
3.36.33.36.3
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ad8df9d3..36b6a566 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Version 3.36.3
+===============
+
+- thumbnails: keep the orignal file name
+- Fix encoding issue when translating locale modifiers
+- Update wallclock reftest expectations
+- Update Hebrew wallclock expectation
+- Translation updates
+
+===============
Version 3.36.2
===============
diff --git a/meson.build b/meson.build
index b6f043ba..3c49be8a 100644
--- a/meson.build
+++ b/meson.build
@@ -14,7 +14,7 @@ project('gnome-desktop', 'c',
# to 0. When bumping the second version, set the third one to zero.
#
# A lot easier than libtool, right?
-libversion = '19.0.2'
+libversion = '19.0.3'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'