Skip to content

Commit 5d22cd2

Browse files
committed
Mark Release 19
1 parent a1adc68 commit 5d22cd2

27 files changed

+27
-27
lines changed

PGBuild/Log.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See accompanying License file for license details
1111
use strict;
1212
use warnings;
1313

14-
our ($VERSION); $VERSION = 'REL_18';
14+
our ($VERSION); $VERSION = 'REL_19';
1515

1616
# provide a Log object for a step
1717

PGBuild/Modules/BlackholeFDW.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use warnings;
2525
# strip required namespace from package name
2626
(my $MODULE = __PACKAGE__) =~ s/PGBuild::Modules:://;
2727

28-
our ($VERSION); $VERSION = 'REL_18';
28+
our ($VERSION); $VERSION = 'REL_19';
2929

3030
my $hooks = {
3131
'checkout' => \&checkout,

PGBuild/Modules/CheckHeaders.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use Cwd qw(getcwd);
2121
use strict;
2222
use warnings;
2323

24-
our ($VERSION); $VERSION = 'REL_18';
24+
our ($VERSION); $VERSION = 'REL_19';
2525

2626
my $hooks = { 'build' => \&build, };
2727

PGBuild/Modules/CheckIndent.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Cwd qw(abs_path getcwd);
2222
use strict;
2323
use warnings;
2424

25-
our ($VERSION); $VERSION = 'REL_18';
25+
our ($VERSION); $VERSION = 'REL_19';
2626

2727
my $hooks = { 'build' => \&build, };
2828

PGBuild/Modules/CheckPerl.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use Cwd qw(getcwd);
2121
use strict;
2222
use warnings;
2323

24-
our ($VERSION); $VERSION = 'REL_18';
24+
our ($VERSION); $VERSION = 'REL_19';
2525

2626
my $hooks = { 'build' => \&build, };
2727

PGBuild/Modules/Dist.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use PGBuild::SCM;
1616
use strict;
1717
use warnings;
1818

19-
our ($VERSION); $VERSION = 'REL_18';
19+
our ($VERSION); $VERSION = 'REL_19';
2020

2121
my $hooks = {
2222
'build' => \&build,

PGBuild/Modules/FileTextArrayFDW.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use warnings;
2525
# strip required namespace from package name
2626
(my $MODULE = __PACKAGE__) =~ s/PGBuild::Modules:://;
2727

28-
our ($VERSION); $VERSION = 'REL_18';
28+
our ($VERSION); $VERSION = 'REL_19';
2929

3030
my $hooks = {
3131
'checkout' => \&checkout,

PGBuild/Modules/RedisFDW.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use warnings;
2727
# strip required namespace from package name
2828
(my $MODULE = __PACKAGE__) =~ s/PGBuild::Modules:://;
2929

30-
our ($VERSION); $VERSION = 'REL_18';
30+
our ($VERSION); $VERSION = 'REL_19';
3131

3232
my $hooks = {
3333
'checkout' => \&checkout,

PGBuild/Modules/Skeleton.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use warnings;
2222
# strip required namespace from package name
2323
(my $MODULE = __PACKAGE__) =~ s/PGBuild::Modules:://;
2424

25-
our ($VERSION); $VERSION = 'REL_18';
25+
our ($VERSION); $VERSION = 'REL_19';
2626

2727
my $hooks = {
2828
'checkout' => \&checkout,

PGBuild/Modules/TestCollateLinuxUTF8.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Fcntl qw(:seek);
2222
use strict;
2323
use warnings;
2424

25-
our ($VERSION); $VERSION = 'REL_18';
25+
our ($VERSION); $VERSION = 'REL_19';
2626

2727
my $hooks = { 'installcheck' => \&installcheck, };
2828

0 commit comments

Comments
 (0)