Skip to content

Commit aa2eeb2

Browse files
committed
Log changes and release 0.08
1 parent 7fc5efe commit aa2eeb2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ my $builder = Module::Build::WithXSpp->new(
1313
dist_version_from => 'lib/Box2D.pm',
1414
configure_requires => {
1515
'Module::Build' => 0.38,
16-
'Alien::Box2D' => 0.103,
16+
'Alien::Box2D' => 0.106,
1717
},
1818
build_requires => {
1919
'Test::More' => 0,

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for Box2D
22

3+
0.08 15/04/2018
4+
Adjust path to helper header file [FROGGS]
5+
Require newer Alien::Box2D [FROGGS]
6+
37
0.07 06/04/2012
48
Weaken tests due to precision (t/25-b2transform.t) [jtpalmer]
59

lib/Box2D.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44
use strict;
55
our @ISA = qw(Exporter);
66

7-
our $VERSION = '0.07';
7+
our $VERSION = '0.08';
88

99
require XSLoader;
1010
XSLoader::load( 'Box2D', $VERSION );

0 commit comments

Comments
 (0)