diff options
author | M. Mohan Kumar <mohan@in.ibm.com> | 2013-11-13 10:45:40 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-11-12 23:26:37 -0800 |
commit | 3a4bd6ddc551179a1785c3535e477ce5867da68d (patch) | |
tree | fe0566419a40dcf30e52fb044beb8fb9760a2309 /glusterfs-api.pc.in | |
parent | b18257183d137c7ea8a76b4d57812fe26d9ea850 (diff) |
zerofill: Update API version
version 6 adds zerofill FOP
BUG: 1028673
Change-Id: I27cfc48cd6f7f0f6daf94e1c9cfbe420a0d090af
Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Reviewed-on: http://review.gluster.org/6255
Reviewed-by: Bharata B Rao <bharata.rao@gmail.com>
Tested-by: Bharata B Rao <bharata.rao@gmail.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'glusterfs-api.pc.in')
-rw-r--r-- | glusterfs-api.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in index 5252a6f409e..fab4a57d59c 100644 --- a/glusterfs-api.pc.in +++ b/glusterfs-api.pc.in @@ -7,6 +7,6 @@ includedir=@includedir@ Name: glusterfs-api Description: GlusterFS API /* This is the API version, NOT package version */ -Version: 5 +Version: 6 Libs: -L${libdir} -lgfapi -lglusterfs -lgfrpc -lgfxdr Cflags: -I${includedir}/glusterfs -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 |