Change 16976: Bump versions

[email protected] (Chris Nandor) Sun, 2 Jun 2002 14:53:13 -0400
Newsgroups perl.perl5.changes.mac
Message-ID <p05100302b9201a0d975f@[10.0.1.177]>
Change 16976 by pudge@pudge-mobile on 2002/06/02 17:21:28

	Bump versions

Affected files ...

.... //depot/macperl/macos/MPVersion.r#6 edit
.... //depot/macperl/macos/config.h#6 edit
.... //depot/macperl/macos/config.sh#8 edit

Differences ...

==== //depot/macperl/macos/MPVersion.r#6 (text) ====
Index: macperl/macos/MPVersion.r
--- macperl/macos/MPVersion.r#5~16825~	Mon May 27 15:55:07 2002
+++ macperl/macos/MPVersion.r	Sun Jun  2 10:21:28 2002
@@ -44,9 +44,9 @@
  *
  */
 
-#define MPVersionStr	"5.7.3a1 patch 16788"
+#define MPVersionStr	"5.8.0a1"
 #define MPRevision	0x05
-#define MPVersion	0x73
+#define MPVersion	0x80
 #define MPBuild		0x01
 #define MPState		alpha
 #define MPCopyright	"ported by Matthias Neeracher, maintained by Chris Nandor"

==== //depot/macperl/macos/config.h#6 (text) ====
Index: macperl/macos/config.h
--- macperl/macos/config.h#5~16869~	Wed May 29 22:41:50 2002
+++ macperl/macos/config.h	Sun Jun  2 10:21:28 2002
@@ -3650,7 +3650,7 @@
  *	(presumably) be similar.
  *	See the INSTALL file for how this works.
  */
-#define PERL_XS_APIVERSION "5.7.3"
+#define PERL_XS_APIVERSION "5.8.0"
 #define PERL_PM_APIVERSION "5.6.0"
 
 /* HAS_CRYPT:

==== //depot/macperl/macos/config.sh#8 (text) ====
Index: macperl/macos/config.sh
--- macperl/macos/config.sh#7~16869~	Wed May 29 22:41:50 2002
+++ macperl/macos/config.sh	Sun Jun  2 10:21:28 2002
@@ -35,9 +35,9 @@
 ansi2knr=''
 aphostname=''
 api_revision='5'
-api_subversion='3'
-api_version='7'
-api_versionstring='5.7.3'
+api_subversion='0'
+api_version='8'
+api_versionstring='5.8.0'
 ar=''
 archlib=''
 archlibexp=''
@@ -818,22 +818,21 @@
 vendorlibexp=''
 vendorprefix=''
 vendorprefixexp=''
-version='5.7.3'
-version_patchlevel_string='version 7 subversion 3 patch 16788'
+version='5.8.0'
+version_patchlevel_string='version 8 subversion 8'
 versiononly='define'
 vi=''
 voidflags='15'
 xlibpth=''
-xs_apiversion='5.7.3'
+xs_apiversion='5.8.0'
 zcat=''
 zip=''
 # Configure command line arguments.
 PERL_REVISION='5'
-PERL_VERSION='7'
-PERL_SUBVERSION='3'
+PERL_VERSION='8'
+PERL_SUBVERSION='0'
 PERL_API_REVISION='5'
-PERL_API_VERSION='7'
-PERL_API_SUBVERSION='3'
-PERL_PATCHLEVEL=16788
+PERL_API_VERSION='8'
+PERL_API_SUBVERSION='0'
 PERL_CONFIG_SH='true'
 CONFIG='true'
End of Patch.