summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2017-12-11 10:03:44 +0100
committerOndrej Holy <oholy@redhat.com>2017-12-11 10:03:44 +0100
commita647919841e16ea52bdc12387bcbfd5c0cc5435c (patch)
tree1daf0b7529d984afb330aa0a82c7ed75b0aed3ca
parente5e66478de495c3928969473697dd190b9c0130b (diff)
downloadgvfs-a647919841e16ea52bdc12387bcbfd5c0cc5435c.tar.gz
Post release version bump
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 30be1044..24bb4a8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.35.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.35.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar -Wno-portability])
AC_CONFIG_HEADERS(config.h)
diff --git a/meson.build b/meson.build
index 4f8b8fe9..085a6a03 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.35.3',
+ version: '1.35.4',
license: 'LGPL2+',
default_options: [
'b_lundef=true',