We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b3bec commit 8d40f50Copy full SHA for 8d40f50
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension OpenGL::Modern.
2
3
+0.02_02 TBD
4
+
5
6
0.02_01 2017-02-19 11:18:52-05:00
7
- Implemented accessor routines for GLEW_VERSION_N_M and others
8
- fixes for Travis-CI integration
README.md
@@ -1,4 +1,4 @@
-# OpenGL-Modern 0.02_01
+# OpenGL-Modern 0.02_02
## 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.02_01';
+our $VERSION = '0.02_02';
13
our $XS_VERSION = $VERSION;
14
$VERSION = eval $VERSION; # see L<perlmodstyle>
15
0 commit comments