diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2015-01-30 14:57:53 -0800 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-01-30 14:57:53 -0800 |
| commit | 768724495e2d15af0b9ea8303fe776201e6d49de (patch) | |
| tree | 98e77cc93c1165d3d6a706da41bd388a9e73861c /configure.ac | |
| parent | gitignore: Add the new cpp-compile-test (diff) | |
| download | wayland-768724495e2d15af0b9ea8303fe776201e6d49de.tar wayland-768724495e2d15af0b9ea8303fe776201e6d49de.tar.gz wayland-768724495e2d15af0b9ea8303fe776201e6d49de.tar.bz2 wayland-768724495e2d15af0b9ea8303fe776201e6d49de.tar.lz wayland-768724495e2d15af0b9ea8303fe776201e6d49de.tar.xz wayland-768724495e2d15af0b9ea8303fe776201e6d49de.tar.zst wayland-768724495e2d15af0b9ea8303fe776201e6d49de.zip | |
configure.ac: bump version to 1.6.92 for rc1 release
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 6c3d611..97222f0 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], [6]) -m4_define([wayland_micro_version], [91]) +m4_define([wayland_micro_version], [92]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) |
