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

Commit e6b21f9

Browse files
committed
Update VERSION to 0.04
This marks a coming release with various clean up and other fixes for the Perl OpenGL modules.
1 parent 3be2f8f commit e6b21f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenGL/GLU.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ our @EXPORT = qw(
390390
GLU_V_STEP
391391
);
392392

393-
our $VERSION = '0.03';
393+
our $VERSION = '0.04';
394394

395395
sub AUTOLOAD {
396396
# This AUTOLOAD is used to 'autoload' constants from the constant()

0 commit comments

Comments
 (0)