diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-04-14 13:21:41 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-04-14 13:21:41 -0400 |
| commit | a8d5236189c329be3dfbf274e2f987719be99f4b (patch) | |
| tree | 74a09062922131da3567fb72f0d16facf266941b | |
| parent | Add a public header for the version number (diff) | |
| download | wayland-0.85.tar wayland-0.85.tar.gz wayland-0.85.tar.bz2 wayland-0.85.tar.lz wayland-0.85.tar.xz wayland-0.85.tar.zst wayland-0.85.zip | |
Add patch chunks missing from previous commmit0.85
For some reason the changes to wayland-client.h and wayland-client.pc
didn't get committed with the other versioning changes.
| -rw-r--r-- | src/wayland-client.h | 1 | ||||
| -rw-r--r-- | src/wayland-client.pc.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/wayland-client.h b/src/wayland-client.h index 42aa97b..c9f3172 100644 --- a/src/wayland-client.h +++ b/src/wayland-client.h @@ -24,6 +24,7 @@ #define _WAYLAND_CLIENT_H #include "wayland-util.h" +#include "wayland-version.h" #ifdef __cplusplus extern "C" { diff --git a/src/wayland-client.pc.in b/src/wayland-client.pc.in index 7e17532..b3df950 100644 --- a/src/wayland-client.pc.in +++ b/src/wayland-client.pc.in @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: Wayland Client Description: Wayland client side library -Version: 0.85 +Version: @WAYLAND_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lwayland-client |
