configure.ac: bump to version 1.10.90 for open development
authorBryce Harrington <bryce@osg.samsung.com>
Wed, 17 Feb 2016 01:15:26 +0000 (17:15 -0800)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 17 Feb 2016 01:15:26 +0000 (17:15 -0800)
Master is open for new feature development again.

configure.ac

index f54a8b9..65ab8ef 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [10])
-m4_define([wayland_micro_version],  [0])
+m4_define([wayland_micro_version], [90])
 m4_define([wayland_version],
           [wayland_major_version.wayland_minor_version.wayland_micro_version])