Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
xs-0.0.20
  • Loading branch information
ingydotnet committed Dec 29, 2014
1 parent aaaa8cc commit 652e785
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
@@ -1,4 +1,11 @@
---
version: 0.0.20
date: Sun Dec 28 17:52:31 PST 2014
changes:
- Jumping up to highest version.
- Higher than any alts.
- Trying to figure out Alt versioning.
---
version: 0.0.9
date: Sun Dec 21 00:49:55 EST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'Acme::Math::XS',
VERSION => '0.0.9',
VERSION => '0.0.20',
ABSTRACT => 'Math is HARD (faster!)',
AUTHOR => 'Ingy döt Net <ingy@cpan.org>',
);
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS.pm
@@ -1,7 +1,7 @@
use strict; use warnings;

package Acme::Math::XS;
our $VERSION = '0.0.9';
our $VERSION = '0.0.20';

use Exporter 'import';
our @EXPORT = qw(add subtract);
Expand Down

0 comments on commit 652e785

Please sign in to comment.