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 5278d6f commit 63bf2a8Copy full SHA for 63bf2a8
Changes
@@ -1,3 +1,4 @@
1
+0.0401 2025-05-03
2
- document glpSetAutoCheckErrors (#44)
3
- croak if auto-glewInit fails (#43 #36)
4
- update to GLEW 2.1.0 which captures OpenGL 4.6
lib/OpenGL/Modern.pm
@@ -8,7 +8,7 @@ use Exporter 'import';
8
9
use OpenGL::Modern::Const;
10
11
-our $VERSION = '0.04_01';
+our $VERSION = '0.0401';
12
our $XS_VERSION = $VERSION; # capture before strip, as EUMM reads statically in setting version for .xs file
13
$VERSION =~ tr/_//d;
14
0 commit comments