Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit a148a73

Browse files
committed
Update VERSION to 0.71 for CPAN release
1 parent 89387a4 commit a148a73

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Changes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for Perl extension OpenGL::Array.
22

3-
0.70_03 TBD
3+
0.71 2017-03-04 07:18:35-05:00
4+
- First official CPAN release
45

56

67
0.70_02 2017-03-03 09:40:46-05:00

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenGL-Array version 0.70_03
1+
OpenGL-Array version 0.71
22
============================
33

44
This is a stand-alone distribution of OpenGL::Array

lib/OpenGL/Array.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ our @EXPORT = qw(
2626
2727
);
2828

29-
our $VERSION = '0.70_03';
29+
our $VERSION = '0.71';
3030

3131

3232
bootstrap OpenGL::Array;

0 commit comments

Comments
 (0)