From a8d5236189c329be3dfbf274e2f987719be99f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Sat, 14 Apr 2012 13:21:41 -0400 Subject: [PATCH] Add patch chunks missing from previous commmit For some reason the changes to wayland-client.h and wayland-client.pc didn't get committed with the other versioning changes. --- src/wayland-client.h | 1 + src/wayland-client.pc.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wayland-client.h b/src/wayland-client.h index 42aa97bd..c9f31720 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 7e17532c..b3df9507 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