summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2016-09-20 17:33:23 -0700
committerBryce Harrington <bryce@osg.samsung.com>2016-09-20 17:33:23 -0700
commitbb0d516015bb49adfb658b548712fb809719bba9 (patch)
treee42e27c012905098ab9e19f6f4be64616cc72316 /configure.ac
parentscanner: Fix reported executable name to 'wayland-scanner' (diff)
downloadwayland-1.11.tar
wayland-1.11.tar.gz
wayland-1.11.tar.bz2
wayland-1.11.tar.lz
wayland-1.11.tar.xz
wayland-1.11.tar.zst
wayland-1.11.zip
configure.ac: bump to version 1.11.1 for the point release1.11.11.11
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf96529..6c6a95d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
m4_define([wayland_major_version], [1])
m4_define([wayland_minor_version], [11])
-m4_define([wayland_micro_version], [0])
+m4_define([wayland_micro_version], [1])
m4_define([wayland_version],
[wayland_major_version.wayland_minor_version.wayland_micro_version])