File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for Device-FTDI
22
3+ 0.09 2015/11/10 00:29:32
4+ [CHANGES]
5+ * Implement a Device::Chip::Adapter class
6+ * Make sure to correctly generate I²C STOP conditions
7+ * Fix POD errors
8+
390.08 2015/11/07 18:34:18
410 [CHANGES]
511 * Added Device::FTDI::MPSSE; helper subclass for using MPSSE bitmode
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.010;
44use strict;
55use warnings;
66
7- our $VERSION = ' 0.08 ' ;
7+ our $VERSION = ' 0.09 ' ;
88
99=head1 NAME
1010
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use base qw( Device::FTDI::MPSSE );
1111
1212use utf8;
1313
14- our $VERSION = ' 0.08 ' ;
14+ our $VERSION = ' 0.09 ' ;
1515
1616=head1 NAME
1717
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use strict;
99use warnings;
1010use base qw( Device::FTDI ) ;
1111
12- our $VERSION = ' 0.08 ' ;
12+ our $VERSION = ' 0.09 ' ;
1313
1414=head1 NAME
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use strict;
99use warnings;
1010use base qw( Device::FTDI::MPSSE ) ;
1111
12- our $VERSION = ' 0.08 ' ;
12+ our $VERSION = ' 0.09 ' ;
1313
1414=head1 NAME
1515
You can’t perform that action at this time.
0 commit comments