Skip to content

Commit 88d0906

Browse files
committed
Update VERSION to 0.03_01 for more development
1 parent 8b7573d commit 88d0906

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

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

3+
0.03_01 TBD
4+
5+
36
0.03 2017-02-25 17:08:07-05:00
47
- Use Devel::CheckLib to generate NA for missing libraries
58
- Fix automatic calls for glewInit() and done_glewInit()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenGL-Modern 0.03
1+
# OpenGL-Modern 0.03_01
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.03';
12+
our $VERSION = '0.03_01';
1313
our $XS_VERSION = $VERSION;
1414
$VERSION = eval $VERSION; # see L<perlmodstyle>
1515

0 commit comments

Comments
 (0)