summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-09-09 15:34:52 +0200
committerOndrej Holy <oholy@redhat.com>2019-09-09 15:36:02 +0200
commit8a3a605d7f345f2122fad4c7528c9c7f792796b7 (patch)
tree3e898a017f9ae433666949c4a17f895231c38b80
parent2b3a93e3259d4b0b5b9d89625c4bdd05de197bdd (diff)
downloadgvfs-8a3a605d7f345f2122fad4c7528c9c7f792796b7.tar.gz
Update NEWS for 1.42.0 release1.42.0
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e8b37378..80cac509 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 1.42.0
+=======================
+* Translation updates
+
Major changes in 1.41.91
========================
* fuse: Remove max_write limit
diff --git a/meson.build b/meson.build
index c30cdf98..6d568f5c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.41.92',
+ version: '1.42.0',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',