diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-02 16:06:02 -0700 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-02 16:06:02 -0700 |
| commit | 60024af597b68974c451c89f960a7c11de11c33a (patch) | |
| tree | 2824016de3d9a56d327273ef67e449ddbff2ffa6 /configure.ac | |
| parent | scanner: don't emit the extern declarations for external types (diff) | |
| download | wayland-60024af597b68974c451c89f960a7c11de11c33a.tar wayland-60024af597b68974c451c89f960a7c11de11c33a.tar.gz wayland-60024af597b68974c451c89f960a7c11de11c33a.tar.bz2 wayland-60024af597b68974c451c89f960a7c11de11c33a.tar.lz wayland-60024af597b68974c451c89f960a7c11de11c33a.tar.xz wayland-60024af597b68974c451c89f960a7c11de11c33a.tar.zst wayland-60024af597b68974c451c89f960a7c11de11c33a.zip | |
configure.ac: bump to version 1.8.0 for the official release1.8.0
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d334616..e9fcf51 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.64]) m4_define([wayland_major_version], [1]) -m4_define([wayland_minor_version], [7]) -m4_define([wayland_micro_version], [93]) +m4_define([wayland_minor_version], [8]) +m4_define([wayland_micro_version], [0]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) |
