Skip to content

Commit 6c431b7

Browse files
committed
version bump
1 parent 6e8f56c commit 6c431b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ Revision history for Perl extension OpenMP::Environment.
2323

2424
1.0.4 Fri Apr 16 23:12:00 2021
2525
- non-impactful, updated repo for cpan
26+
27+
1.1.0 Fri Jun 24 23:12:00 2021
28+
- added 2 examples and updatred POD concerning
29+
the reading of the environment in C using "getenv"
30+
and how to implement this to create dynamic C
31+
methods that respect %ENV.

lib/OpenMP/Environment.pm

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

55
use Validate::Tiny qw/filter is_in/;
66

7-
our $VERSION = q{1.0.4};
7+
our $VERSION = q{1.1.0};
88

99
our @_OMP_VARS = (
1010
qw/OMP_CANCELLATION OMP_DISPLAY_ENV OMP_DEFAULT_DEVICE

0 commit comments

Comments
 (0)