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.
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 @@
  
 Name: Wayland Client
 Description: Wayland client side library
-Version: 0.85
+Version: @WAYLAND_VERSION@
 Cflags: -I${includedir}
 Libs: -L${libdir} -lwayland-client