Skip to content

Commit ac0a328

Browse files
committed
0.0403
1 parent 2688ddc commit ac0a328

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.0403 2025-05-18
12
- fix tests to use latest OpenGL::Modern (glGetUniformLocation_c removed _c)
23
- fix callback-setting return value types (#3) - thanks @xuhaida76 for report
34

lib/OpenGL/GLFW.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ our %EXPORT_TAGS = (
463463

464464
our @EXPORT_OK = @{ $EXPORT_TAGS{all} };
465465

466-
our $VERSION = '0.0402';
466+
our $VERSION = '0.0403';
467467
$VERSION =~ tr/_//d;
468468
our $XS_VERSION = $VERSION;
469469

0 commit comments

Comments
 (0)