summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:24:06 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:24:06 -0500
commit091661f99e55efdba03192c63c762f381dbcb32f (patch)
tree10671c6752b7cf532b760afe3184b4f5dd3074b8 /dist
parent34a03f428488c51cb6b670226d359810aea8e0bd (diff)
downloadperl-091661f99e55efdba03192c63c762f381dbcb32f.tar.gz
Bumped bignum's versions for release per cmpVERSION.pl
Diffstat (limited to 'dist')
-rw-r--r--dist/bignum/lib/bigint.pm2
-rw-r--r--dist/bignum/lib/bignum.pm2
-rw-r--r--dist/bignum/lib/bigrat.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/bignum/lib/bigint.pm b/dist/bignum/lib/bigint.pm
index a298848078..7980387a33 100644
--- a/dist/bignum/lib/bigint.pm
+++ b/dist/bignum/lib/bigint.pm
@@ -1,7 +1,7 @@
package bigint;
use 5.006;
-$VERSION = '0.25';
+$VERSION = '0.26';
use Exporter;
@ISA = qw( Exporter );
@EXPORT_OK = qw( PI e bpi bexp );
diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm
index 6d4b79250c..a7cd9777c1 100644
--- a/dist/bignum/lib/bignum.pm
+++ b/dist/bignum/lib/bignum.pm
@@ -1,7 +1,7 @@
package bignum;
use 5.006;
-$VERSION = '0.25';
+$VERSION = '0.26';
use Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bexp bpi );
diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm
index 684a999d29..e3f5f8c5b1 100644
--- a/dist/bignum/lib/bigrat.pm
+++ b/dist/bignum/lib/bigrat.pm
@@ -1,7 +1,7 @@
package bigrat;
use 5.006;
-$VERSION = '0.25';
+$VERSION = '0.26';
require Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bpi bexp );