summaryrefslogtreecommitdiff
path: root/demos/perl
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-04-12 01:08:47 +0200
committerKevin Ryde <user42@zip.com.au>2004-04-12 01:08:47 +0200
commitba8016a18dbc4cb4d1fb66de3382a0da7eab6185 (patch)
treed9941ad3048cfbdfbd5f10e46cb5f6e74bd8dfcb /demos/perl
parentc000f7390510cb6141dd626a584328ff84b0f596 (diff)
downloadgmp-ba8016a18dbc4cb4d1fb66de3382a0da7eab6185.tar.gz
* demos/perl/GMP.pm, Makefile.PL (VERSION): Set to '2.00'.
Diffstat (limited to 'demos/perl')
-rw-r--r--demos/perl/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/perl/Makefile.PL b/demos/perl/Makefile.PL
index 6fefd77c6..27b0cf2fb 100644
--- a/demos/perl/Makefile.PL
+++ b/demos/perl/Makefile.PL
@@ -1,6 +1,6 @@
# Makefile for GMP perl module.
-# Copyright 2001, 2003 Free Software Foundation, Inc.
+# Copyright 2001, 2003, 2004 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -53,7 +53,7 @@ if (defined $GMP_BUILDDIR) {
WriteMakefile(
NAME => 'GMP',
- VERSION => '1',
+ VERSION => '2.00',
LIBS => [$LIBS],
OBJECT => $OBJECT,
INC => $INC,