Skip to content

Commit 3a28c9d

Browse files
committed
Update VERSION to 0.65_001 for more development
1 parent bb12e7f commit 3a28c9d

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

OpenGL.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require DynaLoader;
1111

1212
use Carp;
1313

14-
$VERSION = '0.65';
14+
$VERSION = '0.65_001';
1515
$BUILD_VERSION = $XS_VERSION = $VERSION;
1616
$VERSION = eval($VERSION);
1717

OpenGL.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
=head1 NAME
33

4-
OpenGL - v0.65
4+
OpenGL - v0.65_001
55

66
=head1 SYNOPSIS
77

Release_Notes

+33-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
+------------------------------------------------------------------------+
2+
| OpenGL-0.65_001
3+
+------------------------------------------------------------------------+
4+
5+
General Notes:
6+
7+
* This is a CPAN developers release for the OpenGL module.
8+
9+
- It is a snapshot of the current git development tree
10+
and everything may not work correctly or have complete
11+
documentation.
12+
13+
- These release notes may not be fully complete. Please
14+
see the git log for full details.
15+
16+
- All tests may not pass, especially ones corresponding
17+
to issues in KNOWN_PROBLEMS.
18+
19+
- Manual build/install is recommended although the
20+
cpan shell may be used by specifying the distribution
21+
path rather than just the module name, e.g.:
22+
23+
cpan> get CHM/OpenGL-0.65_001.tar.gz
24+
cpan> make CHM/OpenGL-0.65_001.tar.gz
25+
cpan> test CHM/OpenGL-0.65_001.tar.gz
26+
cpan> look CHM/OpenGL-0.65_001.tar.gz
27+
28+
Highlights:
29+
30+
* TBD
31+
32+
33+
134
+------------------------------------------------------------------------+
235
| OpenGL-0.65
336
+------------------------------------------------------------------------+
@@ -31,8 +64,6 @@ Highlights:
3164
toolkit in addition to bug fixes and code cleanup.
3265
Thanks, Dmitry! See http://search.cpan.org/~karasik/Prima-1.30/
3366
for details.
34-
35-
3667

3768

3869

0 commit comments

Comments
 (0)