diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2018-03-15 14:30:29 +0000 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2018-03-19 11:40:47 +0200 |
commit | 5f5945b71b3139ee81b640821e431b16f1d00021 (patch) | |
tree | 90484ebe0b3f7b4ed84a793a7593519017416d39 /egl | |
parent | 21b1f22eb056cd9a9c90555749f1744f07b38d3f (diff) | |
download | wayland-5f5945b71b3139ee81b640821e431b16f1d00021.tar.gz |
wayland-egl: bump the version number to 18.1.0
Seems like I was overoptimistic with my earlier assumption, namely:
"... 17.3.x should be the last version that ships the library."
Mesa 18.0.0 and its wayland-egl is about to be released any time soon,
so bump the number since it must no be smaller. As soon as we get
a wayland release I'll drop the Mesa copy but for now.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'egl')
-rw-r--r-- | egl/wayland-egl.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/egl/wayland-egl.pc.in b/egl/wayland-egl.pc.in index 943442e..2e2d4c4 100644 --- a/egl/wayland-egl.pc.in +++ b/egl/wayland-egl.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: wayland-egl Description: Frontend wayland-egl library -Version: 17.4.0 +Version: 18.1.0 Requires: wayland-client Libs: -L${libdir} -lwayland-egl Cflags: -I${includedir} |