diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2016-02-09 13:26:21 -0800 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-02-09 13:26:21 -0800 |
| commit | 1906a90aab613501396fe4fb72c7fba9e13ee161 (patch) | |
| tree | 846aacdd67b6edb733faf4edac51bac21a6a3f03 /configure.ac | |
| parent | cosmetic: add an space after if (diff) | |
| download | wayland-1.9.93.tar wayland-1.9.93.tar.gz wayland-1.9.93.tar.bz2 wayland-1.9.93.tar.lz wayland-1.9.93.tar.xz wayland-1.9.93.tar.zst wayland-1.9.93.zip | |
configure.ac: bump to version 1.9.93 for the RC1 release1.9.93
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 63dd2cf..ba7e445 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], [9]) -m4_define([wayland_micro_version], [92]) +m4_define([wayland_micro_version], [93]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) |
