Skip to content

Commit

Permalink
0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 9, 2022
1 parent 63a76d8 commit 132e1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.72 2022-01-09
- re-enable glutCloseFunc
- dep on OpenGL 0.70 for present time

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenGL/GLUT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require DynaLoader;

use Carp;

our $VERSION = '0.71_01';
our $VERSION = '0.72';
our $XS_VERSION = $VERSION;
our @ISA = qw(Exporter DynaLoader);
our ($gl_version, $AUTOLOAD);
Expand Down

0 comments on commit 132e1f0

Please sign in to comment.