Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 132e1f0

Browse files
committed
0.72
1 parent 63a76d8 commit 132e1f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.72 2022-01-09
12
- re-enable glutCloseFunc
23
- dep on OpenGL 0.70 for present time
34

lib/OpenGL/GLUT.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require DynaLoader;
1515

1616
use Carp;
1717

18-
our $VERSION = '0.71_01';
18+
our $VERSION = '0.72';
1919
our $XS_VERSION = $VERSION;
2020
our @ISA = qw(Exporter DynaLoader);
2121
our ($gl_version, $AUTOLOAD);

0 commit comments

Comments
 (0)