We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7573d commit 88d0906Copy full SHA for 88d0906
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension OpenGL::Modern.
2
3
+0.03_01 TBD
4
+
5
6
0.03 2017-02-25 17:08:07-05:00
7
- Use Devel::CheckLib to generate NA for missing libraries
8
- Fix automatic calls for glewInit() and done_glewInit()
README.md
@@ -1,4 +1,4 @@
-# OpenGL-Modern 0.03
+# OpenGL-Modern 0.03_01
## STATUS
lib/OpenGL/Modern.pm
@@ -9,7 +9,7 @@ use Exporter 'import';
9
use OpenGL::Modern::NameLists::Modern;
10
use OpenGL::Modern::NameLists::MakefileAll;
11
12
-our $VERSION = '0.03';
+our $VERSION = '0.03_01';
13
our $XS_VERSION = $VERSION;
14
$VERSION = eval $VERSION; # see L<perlmodstyle>
15
0 commit comments