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.
This commit is contained in:
Kristian Høgsberg 2012-04-14 13:21:41 -04:00
parent f0afa0fd8b
commit a8d5236189
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@
#define _WAYLAND_CLIENT_H
#include "wayland-util.h"
#include "wayland-version.h"
#ifdef __cplusplus
extern "C" {

View file

@ -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