Skip to content

Commit

Permalink
Update VERSION to 0.03_01 for more development
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Feb 25, 2017
1 parent 8b7573d commit 88d0906
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension OpenGL::Modern.

0.03_01 TBD


0.03 2017-02-25 17:08:07-05:00
- Use Devel::CheckLib to generate NA for missing libraries
- Fix automatic calls for glewInit() and done_glewInit()
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# OpenGL-Modern 0.03
# OpenGL-Modern 0.03_01


## STATUS
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenGL/Modern.pm
Expand Up @@ -9,7 +9,7 @@ use Exporter 'import';
use OpenGL::Modern::NameLists::Modern;
use OpenGL::Modern::NameLists::MakefileAll;

our $VERSION = '0.03';
our $VERSION = '0.03_01';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION; # see L<perlmodstyle>

Expand Down

0 comments on commit 88d0906

Please sign in to comment.