Skip to content

Commit

Permalink
release 1.444
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 14, 2014
1 parent e892d55 commit 2d23abb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions Changes
Expand Up @@ -5,17 +5,11 @@ Versioning rule: public releases are even numbers, dev releases are odd. (same l
TODO
- check for available libs when using --with-sdl-config option

1.443_4 Sat May 11 2014
1.444 Wed May 14 2014
- check that perl was linked against pthread and do a pthread-less build if not (OpenBSD) [FROGGS]

1.443_3 Sun May 04 2014
- add patch that replaces $^ in Makefile.in, which can be a problem for BSD's make [FROGGS]

1.443_2 Wed Apr 24 2014
- let SDL_Pango.h include ft2build.h, because even when the header file ifdef's out some
code that needs it, the source file does not and thus explodes happily. [FROGGS]

1.443_1 Wed Apr 23 2014
- add PIC flags to CFLAGS when the compiler can handle it, this is meant to fix
an issue on freebsd [FROGGS]

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ NAME
Alien::SDL - building, finding and using SDL binaries

VERSION
Version 1.443_4
Version 1.444

SYNOPSIS
Alien::SDL tries (in given order) during its installation:
Expand Down
4 changes: 2 additions & 2 deletions lib/Alien/SDL.pm
Expand Up @@ -16,11 +16,11 @@ Alien::SDL - building, finding and using SDL binaries
=head1 VERSION
Version 1.443_4
Version 1.444
=cut

our $VERSION = '1.443_4';
our $VERSION = '1.444';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down

0 comments on commit 2d23abb

Please sign in to comment.