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

Commit f143203

Browse files
committed
0.7201
1 parent 4a0657c commit f143203

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.7201 2025-03-10
12
- fix header clash on MacOS (#11) - thanks @deriamis
23
- apply Debian-provided fix for glutTimerFunc (#10) - thanks @kevinxie4c for report, Thomas Kremer for fix
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.72';
18+
our $VERSION = '0.7201';
1919
our $XS_VERSION = $VERSION;
2020
our @ISA = qw(Exporter DynaLoader);
2121
our ($gl_version, $AUTOLOAD);

0 commit comments

Comments
 (0)