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

Commit c146014

Browse files
committed
Update VERSION to 0.71_01 for development
1 parent c208be7 commit c146014

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension OpenGL::Array.
22

3+
0.71_01 TBD
4+
5+
36
0.71 2017-03-04 07:18:35-05:00
47
- First official CPAN release
58

README

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenGL-Array version 0.71
1+
OpenGL-Array version 0.71_01
22
============================
33

44
This is a stand-alone distribution of OpenGL::Array
@@ -31,6 +31,9 @@ This module requires these other modules and libraries:
3131
ExtUtils::MakeMaker => 6.52
3232
Test::More => 0
3333

34+
Do not install this module with OpenGL. It is only for
35+
use separate from that module with OpenGL::Modern.
36+
3437
COPYRIGHT AND LICENCE
3538

3639
Copyright (c) 1998,1999 Kenneth Albanowski. All rights reserved.

lib/OpenGL/Array.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ our @EXPORT = qw(
2626
2727
);
2828

29-
our $VERSION = '0.71';
29+
our $VERSION = '0.71_01';
3030

3131

3232
bootstrap OpenGL::Array;

0 commit comments

Comments
 (0)