summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 acfb96ed..0f1ee5bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.35.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.35.92],[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 d536a54a..0330977f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.35.91',
+ version: '1.35.92',
license: 'LGPL2+',
default_options: [
'b_lundef=true',