Skip to content

Commit fedc237

Browse files
committed
bumping up the version
1 parent 0b4c468 commit fedc237

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Perl extension Ogg::Theora::LibTheora.
22

3-
0.03 thu sep 06 00:50:40 2011
3+
0.04 thu sep 06 00:50:40 2011
44
- issues#1 (get_th_ycbcr_buffer_info)
55

66
0.03 thu apr 07 14:59:40 2011

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ogg-Theora-LibTheora version 0.03
1+
Ogg-Theora-LibTheora version 0.04
22
=================================
33

44
Perl Module to give access to libtheora functions.

lib/Ogg/Theora/LibTheora.pm

+4-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ our @EXPORT = qw(
188188
TH_RATECTL_DROP_FRAMES
189189
);
190190

191-
our $VERSION = '0.03';
191+
our $VERSION = '0.04';
192192

193193
sub AUTOLOAD {
194194
# This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -1044,13 +1044,15 @@ Ogg::LibOgg, L<Ogg::LibOgg>
10441044
10451045
Theora Documentation, L<http://www.theora.org/doc/libtheora-1.0/>
10461046
1047+
You can find the code for this module and few examples at L<https://github.com/vigith/Ogg-Theora-LibTheora>
1048+
10471049
=head1 AUTHOR
10481050
10491051
Vigith Maurice, E<lt>vigith@cpan.orgE<gt>
10501052
10511053
=head1 COPYRIGHT AND LICENSE
10521054
1053-
Copyright (C) 2011 by Vigith Maurice, L<www.vigith.com> E<lt>vigith@yahoo-inc.comE<gt>
1055+
Copyright (C) 2011,2012 by Vigith Maurice, L<www.vigith.com> E<lt>vigith@cpan.comE<gt>
10541056
10551057
This library is free software; you can redistribute it and/or modify
10561058
it under the same terms as Perl itself, either Perl version 5.8.9 or,

0 commit comments

Comments
 (0)