Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update VERSION and prep for 0.03 release
  • Loading branch information
devel-chm committed Feb 25, 2017
1 parent e3fe7b5 commit e6f7953
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension OpenGL::Modern.

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()
- Implement accessor function for GLEW_* state variables
- Now builds on Mac OS X

0.02_03 2017-02-25 15:47:35-05:00
- final check before 0.03 release
- use Devel::CheckLib to generate NA on missing libs
Expand All @@ -11,7 +17,7 @@ Revision history for Perl extension OpenGL::Modern.
0.02_01 2017-02-19 11:18:52-05:00
- Implemented accessor routines for GLEW_VERSION_N_M and others
- fixes for Travis-CI integration
- more conditions for tests to skipj
- more conditions for tests to skip
- MacOSX fixes for build

0.02 2017-02-12 09:10:44-05:00
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# OpenGL-Modern 0.02_03
# OpenGL-Modern 0.03


## 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.02_03';
our $VERSION = '0.03';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION; # see L<perlmodstyle>

Expand Down

0 comments on commit e6f7953

Please sign in to comment.