Skip to content

Commit 5ecd069

Browse files
committed
Mark Release 18
1 parent 85ad04f commit 5ecd069

28 files changed

Lines changed: 27 additions & 28 deletions

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ PERLFILES = run_build.pl run_web_txn.pl run_branches.pl \
1515
PGBuild/Modules/Skeleton.pm \
1616
PGBuild/Modules/TestUpgrade.pm \
1717
PGBuild/Modules/FileTextArrayFDW.pm PGBuild/Modules/BlackholeFDW.pm \
18-
PGBuild/Modules/TestDecoding.pm \
1918
PGBuild/Modules/TestCollateLinuxUTF8.pm \
2019
PGBuild/Modules/TestSepgsql.pm \
2120
PGBuild/Modules/TestUpgradeXversion.pm \

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_17';
14+
our ($VERSION); $VERSION = 'REL_18';
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_17';
28+
our ($VERSION); $VERSION = 'REL_18';
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_17';
24+
our ($VERSION); $VERSION = 'REL_18';
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_17';
25+
our ($VERSION); $VERSION = 'REL_18';
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_17';
24+
our ($VERSION); $VERSION = 'REL_18';
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_17';
19+
our ($VERSION); $VERSION = 'REL_18';
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_17';
28+
our ($VERSION); $VERSION = 'REL_18';
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_17';
30+
our ($VERSION); $VERSION = 'REL_18';
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_17';
25+
our ($VERSION); $VERSION = 'REL_18';
2626

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

0 commit comments

Comments
 (0)