summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-02-05 16:04:25 +0100
committerOndrej Holy <oholy@redhat.com>2018-02-05 16:04:25 +0100
commitdd05f141377e49fd2966814202d2b00ce4d1d740 (patch)
treeae432552f05aae28f9b6aa71bdc7805ad1e83632
parent56240264ebb12b880f197eed8fae12efe181ab94 (diff)
downloadgvfs-dd05f141377e49fd2966814202d2b00ce4d1d740.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 eb7bd5a6..acfb96ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.35.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.35.91],[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 2c8a29a0..d536a54a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.35.90',
+ version: '1.35.91',
license: 'LGPL2+',
default_options: [
'b_lundef=true',