mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 06:38:09 +02:00
configure.ac: Bump libweston version to match weston version
configure won't work if weston's version is higher than libweston's.
This commit is contained in:
parent
8eb71d1e2c
commit
61c4a730d2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ m4_define([weston_version],
|
|||
[weston_major_version.weston_minor_version.weston_micro_version])
|
||||
m4_define([libweston_major_version], [4])
|
||||
m4_define([libweston_minor_version], [0])
|
||||
m4_define([libweston_patch_version], [0])
|
||||
m4_define([libweston_patch_version], [90])
|
||||
|
||||
AC_PREREQ([2.64])
|
||||
AC_INIT([weston],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue