Skip to content

Commit 63bf2a8

Browse files
committed
0.0401
1 parent 5278d6f commit 63bf2a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.0401 2025-05-03
12
- document glpSetAutoCheckErrors (#44)
23
- croak if auto-glewInit fails (#43 #36)
34
- update to GLEW 2.1.0 which captures OpenGL 4.6

lib/OpenGL/Modern.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Exporter 'import';
88

99
use OpenGL::Modern::Const;
1010

11-
our $VERSION = '0.04_01';
11+
our $VERSION = '0.0401';
1212
our $XS_VERSION = $VERSION; # capture before strip, as EUMM reads statically in setting version for .xs file
1313
$VERSION =~ tr/_//d;
1414

0 commit comments

Comments
 (0)