summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-04-14 13:21:41 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-04-14 13:21:41 -0400
commita8d5236189c329be3dfbf274e2f987719be99f4b (patch)
tree74a09062922131da3567fb72f0d16facf266941b
parentf0afa0fd8b6eacf5c8c2870e7ba848a07d807a20 (diff)
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.h1
-rw-r--r--src/wayland-client.pc.in2
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