Release 0.85.0
diff --git a/configure.ac b/configure.ac
index a1c9d2a..e04deba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([wayland],
-        [master],
+        [0.85.0],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=wayland],
         [wayland],
         [http://wayland.freedesktop.org/])
diff --git a/src/wayland-client.pc.in b/src/wayland-client.pc.in
index 59a925d..7e17532 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.1
+Version: 0.85
 Cflags: -I${includedir}
 Libs: -L${libdir} -lwayland-client
diff --git a/src/wayland-server.pc.in b/src/wayland-server.pc.in
index b317461..36e60cc 100644
--- a/src/wayland-server.pc.in
+++ b/src/wayland-server.pc.in
@@ -5,6 +5,6 @@
  
 Name: Wayland Server
 Description: Server side implementation of the Wayland protocol
-Version: 0.1
+Version: 0.85
 Cflags: -I${includedir}
 Libs: -L${libdir} -lwayland-server