Skip to content

Commit 8d40f50

Browse files
committed
Update VERSION to 0.02_02 for more development
1 parent 88b3bec commit 8d40f50

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

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

3+
0.02_02 TBD
4+
5+
36
0.02_01 2017-02-19 11:18:52-05:00
47
- Implemented accessor routines for GLEW_VERSION_N_M and others
58
- fixes for Travis-CI integration

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenGL-Modern 0.02_01
1+
# OpenGL-Modern 0.02_02
22

33

44
## STATUS

lib/OpenGL/Modern.pm

+1-1
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_01';
12+
our $VERSION = '0.02_02';
1313
our $XS_VERSION = $VERSION;
1414
$VERSION = eval $VERSION; # see L<perlmodstyle>
1515

0 commit comments

Comments
 (0)