Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Oct 21, 2016
1 parent 0cd01f8 commit 520cfc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.77 2016-10-21 Add MacOSX:v10_11 and ..._12

1.76 2015-03-13 Add GNU Hurd

1.75 2015-03-08 Add Minix and iOS;
Expand All @@ -7,7 +9,7 @@
Various 'kwalitee' improvements from Dale Evans

1.74 2015-03-04 Add Linux::Debian;
Add MacOSX::v10_*;
Add MacOSX::v10_* (up to 10_10);
Add perl 5.6.2 support
all the above thanks to Dale Evans

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/CheckOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use File::Spec;

use vars qw(@ISA @EXPORT_OK %EXPORT_TAGS);

our $VERSION = '1.76';
our $VERSION = '1.77';

@ISA = qw(Exporter);
@EXPORT_OK = qw(os_is os_isnt die_if_os_is die_if_os_isnt die_unsupported list_platforms list_family_members);
Expand Down

0 comments on commit 520cfc5

Please sign in to comment.