diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-19 23:44:20 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-19 23:44:20 +0000 |
commit | 872c1c4bfb681f8200ad9e1e54bb9156a53014eb (patch) | |
tree | d0d6965d5235c69b9df536474b43a781c8505562 /dist/Math-BigInt-FastCalc | |
parent | 5e170e6c0855cecab88911e152c2392f315f917d (diff) | |
download | perl-872c1c4bfb681f8200ad9e1e54bb9156a53014eb.tar.gz |
Bump Math::BigInt::FastCalc to dev release as per Florian's request
Diffstat (limited to 'dist/Math-BigInt-FastCalc')
-rw-r--r-- | dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index d0689972f5..0fa7d0f8ee 100644 --- a/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm +++ b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm @@ -8,7 +8,7 @@ use Math::BigInt::Calc 0.56; use vars '$VERSION'; -$VERSION = '0.24'; +$VERSION = '0.24_01'; ############################################################################## # global constants, flags and accessory |