summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-02-12 11:01:44 -0500
committerAdam Jackson <ajax@redhat.com>2018-02-12 11:01:44 -0500
commitb5bfeec4b8007bad88dc26b1793ee3d09417f034 (patch)
treefed921da9edb5e59803f94999fdf64bee90f1286
parent09d8185d9f4c87ce85f0ad64bc13236e67dc7bd4 (diff)
kbproto: Fix version number (1.0.7 not 1.0.6)
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--kbproto.pc.in2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbproto.pc.in b/kbproto.pc.in
index 7410556..bdd39f1 100644
--- a/kbproto.pc.in
+++ b/kbproto.pc.in
@@ -5,5 +5,5 @@ includedir=@includedir@
Name: KBProto
Description: KB extension headers
-Version: 1.0.6
+Version: 1.0.7
Cflags: -I${includedir}
diff --git a/meson.build b/meson.build
index 39022ee..19c475f 100644
--- a/meson.build
+++ b/meson.build
@@ -35,7 +35,7 @@ pcs = [
['fontsproto', '2.1.3'],
['glproto', '1.4.17'],
['inputproto', '2.3.2'],
- ['kbproto', '1.0.6'],
+ ['kbproto', '1.0.7'],
['presentproto', '1.1'],
['randrproto', '1.5.0'],
['recordproto', '1.14.2'],