Skip to content

Commit 650759c

Browse files
committed
v2.2_beta1 release
1 parent e917d60 commit 650759c

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ my $build = Module::Build->new(
2424
create_packlist => 1,
2525
#create_readme => 1,
2626
create_makefile_pl => 'traditional',
27-
dist_version => '2.1.0',
27+
dist_version => '2.2_beta1',
2828
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker',
2929
dist_author => [
3030
'Mael Rimbault <mael.rimbault@dalibo.com>',

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
resource-agents-paf (2.2~beta1-1) unstable; urgency=low
2+
3+
* 2.2_beta1 beta release
4+
* see CHANGELOG.md
5+
6+
-- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Mon, 26 Jun 2017 15:00:00 +0100
7+
18
resource-agents-paf (2.1.0-1) unstable; urgency=low
29

310
* 2.1.0 major release

lib/OCF_Directories.pm.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ BEGIN {
9999
use Exporter;
100100
101101
102-
our \$VERSION = 'v2.1.0';
102+
our \$VERSION = 'v2.2_beta1';
103103
our \@ISA = ('Exporter');
104104
our \@EXPORT = qw(
105105
\$INITDIR

lib/OCF_Functions.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ use OCF_Directories;
9696
BEGIN {
9797
use Exporter;
9898

99-
our $VERSION = 'v2.1.0';
99+
our $VERSION = 'v2.2_beta1';
100100
our @ISA = ('Exporter');
101101
our @EXPORT = qw(
102102
$__OCF_ACTION

lib/OCF_ReturnCodes.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use 5.008;
6060
BEGIN {
6161
use Exporter;
6262

63-
our $VERSION = 'v2.1.0';
63+
our $VERSION = 'v2.2_beta1';
6464
our @ISA = ('Exporter');
6565
our @EXPORT = qw(
6666
$OCF_SUCCESS

resource-agents-paf.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
%global _tag v2.1.0
1+
%global _tag v2.2_beta1
22
%global _ocfroot /usr/lib/ocf
33
Name: resource-agents-paf
4-
Version: 2.1.0
4+
Version: 2.2~beta1
55
Release: 1
66
Summary: PostgreSQL resource agent for Pacemaker
77
License: PostgreSQL
@@ -41,6 +41,9 @@ find "%{buildroot}" -type f -name .packlist -delete
4141
%{_datadir}/resource-agents/ocft/configs/pgsqlms
4242

4343
%changelog
44+
* Mon Jun 26 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2beta1-1
45+
- 2.2_beta1 beta release
46+
4447
* Fri Dec 23 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1.0-1
4548
- 2.1.0 major release
4649

script/pgsqlms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use OCF_ReturnCodes;
3636
use OCF_Directories;
3737
use OCF_Functions;
3838

39-
our $VERSION = 'v2.1.0';
39+
our $VERSION = 'v2.2_beta1';
4040
our $PROGRAM = 'pgsqlms';
4141

4242
# OCF environment

0 commit comments

Comments
 (0)