diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-09-15 20:16:37 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-09-15 20:16:37 -0700 |
commit | 8fd494995d000edbc9d4c1a1805d316ffdff8890 (patch) | |
tree | fa2ff37f665ebd5ed8feac83a437e7eff4e68813 | |
parent | b16c0a5dfa829ff6cef707ed72907c5f88acf3cf (diff) | |
download | wayland-8fd494995d000edbc9d4c1a1805d316ffdff8890.tar.gz |
configure.ac: bump to version 1.8.93 for the RC1 release1.8.93
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 40b0578..5580066 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], [8]) -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]) |