From d6a466d771dbdc293e3f83b595b03cf44617cabb Mon Sep 17 00:00:00 2001
From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Fri, 29 Jun 2001 03:38:56 +0000
Subject: Bump up the VERSIONs of modules that have changed since 5.6.0, the
 modules found using a script written by Larry Schatzer Jr.

p4raw-id: //depot/perl@11016
---
 lib/Math/Complex.pm | 2 +-
 lib/Math/Trig.pm    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'lib/Math')

diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm
index 9812513656..4634d0f404 100644
--- a/lib/Math/Complex.pm
+++ b/lib/Math/Complex.pm
@@ -9,7 +9,7 @@ package Math::Complex;
 
 our($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $Inf);
 
-$VERSION = 1.31;
+$VERSION = 1.32;
 
 BEGIN {
     unless ($^O eq 'unicosmk') {
diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm
index 2a23590a2f..b10cda6f3c 100644
--- a/lib/Math/Trig.pm
+++ b/lib/Math/Trig.pm
@@ -16,7 +16,7 @@ our($VERSION, $PACKAGE, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 
 @ISA = qw(Exporter);
 
-$VERSION = 1.00;
+$VERSION = 1.01;
 
 my @angcnv = qw(rad2deg rad2grad
 	     deg2rad deg2grad
-- 
cgit v1.2.1