Skip to content

Commit e6f7953

Browse files
committed
Update VERSION and prep for 0.03 release
1 parent e3fe7b5 commit e6f7953

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision history for Perl extension OpenGL::Modern.
22

3+
0.03 2017-02-25 17:08:07-05:00
4+
- Use Devel::CheckLib to generate NA for missing libraries
5+
- Fix automatic calls for glewInit() and done_glewInit()
6+
- Implement accessor function for GLEW_* state variables
7+
- Now builds on Mac OS X
8+
39
0.02_03 2017-02-25 15:47:35-05:00
410
- final check before 0.03 release
511
- use Devel::CheckLib to generate NA on missing libs
@@ -11,7 +17,7 @@ Revision history for Perl extension OpenGL::Modern.
1117
0.02_01 2017-02-19 11:18:52-05:00
1218
- Implemented accessor routines for GLEW_VERSION_N_M and others
1319
- fixes for Travis-CI integration
14-
- more conditions for tests to skipj
20+
- more conditions for tests to skip
1521
- MacOSX fixes for build
1622

1723
0.02 2017-02-12 09:10:44-05:00

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenGL-Modern 0.02_03
1+
# OpenGL-Modern 0.03
22

33

44
## STATUS

lib/OpenGL/Modern.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Exporter 'import';
99
use OpenGL::Modern::NameLists::Modern;
1010
use OpenGL::Modern::NameLists::MakefileAll;
1111

12-
our $VERSION = '0.02_03';
12+
our $VERSION = '0.03';
1313
our $XS_VERSION = $VERSION;
1414
$VERSION = eval $VERSION; # see L<perlmodstyle>
1515

0 commit comments

Comments
 (0)