diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-09-20 12:22:46 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-09-20 12:22:46 -0700 |
commit | a08dff5bce52804850595a5ff968336a60574f4f (patch) | |
tree | 0541fb38f26383f4de4fa61d77cfaab02473c09b | |
parent | a56b053ee154fd8c5b6782fa120ddc045e4e0147 (diff) |
configure.ac: bump to version 1.12.0 for the official release1.12.0
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index bd597253..619d3f6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ m4_define([weston_major_version], [1]) -m4_define([weston_minor_version], [11]) -m4_define([weston_micro_version], [94]) +m4_define([weston_minor_version], [12]) +m4_define([weston_micro_version], [0]) m4_define([weston_version], [weston_major_version.weston_minor_version.weston_micro_version]) m4_define([libweston_major_version], [1]) -m4_define([libweston_minor_version], [11]) -m4_define([libweston_patch_version], [94]) +m4_define([libweston_minor_version], [12]) +m4_define([libweston_patch_version], [0]) AC_PREREQ([2.64]) AC_INIT([weston], @@ -14,7 +14,7 @@ AC_INIT([weston], [weston], [http://wayland.freedesktop.org]) -WAYLAND_PREREQ_VERSION="1.11.91" +WAYLAND_PREREQ_VERSION="1.12.0" AC_SUBST([WESTON_VERSION_MAJOR], [weston_major_version]) AC_SUBST([WESTON_VERSION_MINOR], [weston_minor_version]) |