Skip to content

Commit 82a3906

Browse files
committed
rolling 0.2.0
1 parent 8f2cf3d commit 82a3906

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Change renamed to Changes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
utility;
7373

7474
0.1.9 02/15/2025 01:08:00 AM MST
75+
- bad bump, see 0.2.0
76+
77+
0.2.0 03/05/2025 01:08:00 AM MST
7578
- moved a flapping test out of the for future work
7679
- added counting functions::
7780
- int PerlOMP_1D_Array_NUM_ELEMENTS (SV *AVref)
@@ -80,6 +83,6 @@
8083
- void PerlOMP_1D_Array_TO_1D_STRING_ARRAY(SV *AVref, int numElements, char *retArray[numElements])
8184
- void PerlOMP_1D_Array_TO_1D_STRING_ARRAY_r(SV *AVref, int numElements, char *retArray[numElements])
8285
- added Github initial CI testing
83-
- started documentation
86+
- updated documentation
8487
- added Github initial CI testing for latest Ubuntu,
85-
- added VERIFY C functions
88+
- added VERIFY C functions (see POD)

lib/OpenMP/Simple.pm

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

7-
our $VERSION = q{0.1.9};
7+
our $VERSION = q{0.2.0};
88

99
# This module is a wrapper around a ".h" file that is injected into Alien::OpenMP
1010
# via Inline:C's AUTO_INCLUDE feature. This header file constains C MACROs for reading
191 KB
Binary file not shown.

0 commit comments

Comments
 (0)