diff options
author | Adam Jackson <ajax@redhat.com> | 2018-02-12 11:00:51 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-12 11:00:51 -0500 |
commit | 09d8185d9f4c87ce85f0ad64bc13236e67dc7bd4 (patch) | |
tree | f196566e148b7cac25222c3c9d7d2fd65ae5c315 /presentproto.pc.in | |
parent | 5c6e9a6e3af35e955d97ab016985be18636042e4 (diff) |
presentproto: Fix version number (1.1 not 1.0)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'presentproto.pc.in')
-rw-r--r-- | presentproto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/presentproto.pc.in b/presentproto.pc.in index 77196d4..9a32fa8 100644 --- a/presentproto.pc.in +++ b/presentproto.pc.in @@ -5,5 +5,5 @@ includedir=@includedir@ Name: PresentProto Description: Present extension headers -Version: 1.0 +Version: 1.1 Cflags: -I${includedir} |