Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00787a1

Browse files
committed
Mark Release 15
1 parent2dabcf1 commit00787a1

26 files changed

+26
-26
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_14';
14+
our ($VERSION);$VERSION ='REL_15';
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_14';
28+
our ($VERSION);$VERSION ='REL_15';
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_14';
24+
our ($VERSION);$VERSION ='REL_15';
2525

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

‎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_14';
24+
our ($VERSION);$VERSION ='REL_15';
2525

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

‎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_14';
28+
our ($VERSION);$VERSION ='REL_15';
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_14';
30+
our ($VERSION);$VERSION ='REL_15';
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_14';
25+
our ($VERSION);$VERSION ='REL_15';
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_14';
25+
our ($VERSION);$VERSION ='REL_15';
2626

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

‎PGBuild/Modules/TestDecoding.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use File::Basename;
1818
use strict;
1919
use warnings;
2020

21-
our ($VERSION);$VERSION ='REL_14';
21+
our ($VERSION);$VERSION ='REL_15';
2222

2323
my$hooks = {'check'=> \&check, };
2424

‎PGBuild/Modules/TestICU.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_14';
25+
our ($VERSION);$VERSION ='REL_15';
2626

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp