Skip to content

Commit

Permalink
Update VERSION to 0.65_001 for more development
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Jul 22, 2011
1 parent bb12e7f commit 3a28c9d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OpenGL.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require DynaLoader;


use Carp; use Carp;


$VERSION = '0.65'; $VERSION = '0.65_001';
$BUILD_VERSION = $XS_VERSION = $VERSION; $BUILD_VERSION = $XS_VERSION = $VERSION;
$VERSION = eval($VERSION); $VERSION = eval($VERSION);


Expand Down
2 changes: 1 addition & 1 deletion OpenGL.pod
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@


=head1 NAME =head1 NAME


OpenGL - v0.65 OpenGL - v0.65_001


=head1 SYNOPSIS =head1 SYNOPSIS


Expand Down
35 changes: 33 additions & 2 deletions Release_Notes
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,36 @@
+------------------------------------------------------------------------+
| OpenGL-0.65_001
+------------------------------------------------------------------------+

General Notes:

* This is a CPAN developers release for the OpenGL module.

- It is a snapshot of the current git development tree
and everything may not work correctly or have complete
documentation.

- These release notes may not be fully complete. Please
see the git log for full details.

- All tests may not pass, especially ones corresponding
to issues in KNOWN_PROBLEMS.

- Manual build/install is recommended although the
cpan shell may be used by specifying the distribution
path rather than just the module name, e.g.:

cpan> get CHM/OpenGL-0.65_001.tar.gz
cpan> make CHM/OpenGL-0.65_001.tar.gz
cpan> test CHM/OpenGL-0.65_001.tar.gz
cpan> look CHM/OpenGL-0.65_001.tar.gz

Highlights:

* TBD



+------------------------------------------------------------------------+ +------------------------------------------------------------------------+
| OpenGL-0.65 | OpenGL-0.65
+------------------------------------------------------------------------+ +------------------------------------------------------------------------+
Expand Down Expand Up @@ -31,8 +64,6 @@ Highlights:
toolkit in addition to bug fixes and code cleanup. toolkit in addition to bug fixes and code cleanup.
Thanks, Dmitry! See http://search.cpan.org/~karasik/Prima-1.30/ Thanks, Dmitry! See http://search.cpan.org/~karasik/Prima-1.30/
for details. for details.








Expand Down

0 comments on commit 3a28c9d

Please sign in to comment.