Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 6d2c1f3

Browse files
committed
update version string to 0.5
Signed-off-by: Ji-Hyeon Gim <[email protected]>
1 parent 1772b88 commit 6d2c1f3

File tree

9 files changed

+15
-9
lines changed

9 files changed

+15
-9
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.5
2+
3+
- fix a way to find libgfapi
4+
- exception handling for custom "ssize_t" type
5+
- add eelhc as a contributor and update copyright
6+
17
0.4
28

39
- provides convenient classes under GlusterFS::GFAPI::FFI::*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4
1+
0.5

lib/GlusterFS/GFAPI/FFI.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ package GlusterFS::GFAPI::FFI;
168168
BEGIN
169169
{
170170
our $AUTHOR = 'cpan:potatogim';
171-
our $VERSION = '0.4';
171+
our $VERSION = '0.5';
172172
}
173173

174174
use strict;
@@ -455,7 +455,7 @@ GlusterFS::GFAPI::FFI - FFI Perl binding for GlusterFS libgfapi
455455
456456
=head1 VERSION
457457
458-
0.4
458+
0.5
459459
460460
=head1 SYNOPSIS
461461

lib/GlusterFS/GFAPI/FFI/Dir.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package GlusterFS::GFAPI::FFI::Dir;
33
BEGIN
44
{
55
our $AUTHOR = 'cpan:potatogim';
6-
our $VERSION = '0.4';
6+
our $VERSION = '0.5';
77
}
88

99
use strict;

lib/GlusterFS/GFAPI/FFI/DirEntry.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package GlusterFS::GFAPI::FFI::DirEntry;
33
BEGIN
44
{
55
our $AUTHOR = 'cpan:potatogim';
6-
our $VERSION = '0.4';
6+
our $VERSION = '0.5';
77
}
88

99
use strict;

lib/GlusterFS/GFAPI/FFI/File.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package GlusterFS::GFAPI::FFI::File;
33
BEGIN
44
{
55
our $AUTHOR = 'cpan:potatogim';
6-
our $VERSION = '0.4';
6+
our $VERSION = '0.5';
77
}
88

99
use strict;

lib/GlusterFS/GFAPI/FFI/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package GlusterFS::GFAPI::FFI::Util;
33
BEGIN
44
{
55
our $AUTHOR = 'cpan:potatogim';
6-
our $VERSION = '0.4';
6+
our $VERSION = '0.5';
77
}
88

99
use strict;

lib/GlusterFS/GFAPI/FFI/Volume.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package GlusterFS::GFAPI::FFI::Volume;
33
BEGIN
44
{
55
our $AUTHOR = 'cpan:potatogim';
6-
our $VERSION = '0.4';
6+
our $VERSION = '0.5';
77
}
88

99
use strict;

perl-glusterfs-api.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: perl-glusterfs-api
66
Summary: Perl bindings for GlusterFS libgfapi
7-
Version: 0.4
7+
Version: 0.5
88
Release: 1%{?dist}
99
License: GPLv2 or LGPLv3+
1010
Group: System Environment/Libraries

0 commit comments

Comments
 (0)