diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-13 13:12:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-13 13:12:01 +0000 |
commit | 3e9bebd5e3537348bf6b698defecf0de0d19dde7 (patch) | |
tree | 831a5879c2d710b3964c179034de03ff3b651f7a /Porting/config_H | |
parent | 585d6f80b8630ecf9970a4cad2f7e024da6b9a08 (diff) | |
download | perl-3e9bebd5e3537348bf6b698defecf0de0d19dde7.tar.gz |
Bump the version to 5.7.2.
p4raw-id: //depot/perl@11354
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Porting/config_H b/Porting/config_H index 6110ca4b20..c5ee735b52 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -1037,8 +1037,8 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "/opt/perl/lib/5.7.1/alpha-dec_osf-thread" /**/ -#define ARCHLIB_EXP "/opt/perl/lib/5.7.1/alpha-dec_osf-thread" /**/ +#define ARCHLIB "/opt/perl/lib/5.7.2/alpha-dec_osf-thread" /**/ +#define ARCHLIB_EXP "/opt/perl/lib/5.7.2/alpha-dec_osf-thread" /**/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -2922,8 +2922,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "/opt/perl/lib/5.7.1" /**/ -#define PRIVLIB_EXP "/opt/perl/lib/5.7.1" /**/ +#define PRIVLIB "/opt/perl/lib/5.7.2" /**/ +#define PRIVLIB_EXP "/opt/perl/lib/5.7.2" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3026,8 +3026,8 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "/opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread" /**/ -#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread" /**/ +#define SITEARCH "/opt/perl/lib/site_perl/5.7.2/alpha-dec_osf-thread" /**/ +#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.7.2/alpha-dec_osf-thread" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -3049,8 +3049,8 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "/opt/perl/lib/site_perl/5.7.1" /**/ -#define SITELIB_EXP "/opt/perl/lib/site_perl/5.7.1" /**/ +#define SITELIB "/opt/perl/lib/site_perl/5.7.2" /**/ +#define SITELIB_EXP "/opt/perl/lib/site_perl/5.7.2" /**/ #define SITELIB_STEM "/opt/perl/lib/site_perl" /**/ /* Size_t_size: @@ -3087,7 +3087,7 @@ * script to make sure (one hopes) that it runs with perl and not * some shell. */ -#define STARTPERL "#!/opt/perl/bin/perl5.7.1" /**/ +#define STARTPERL "#!/opt/perl/bin/perl5.7.2" /**/ /* STDCHAR: * This symbol is defined to be the type of char used in stdio.h. @@ -3287,7 +3287,7 @@ /* PERL_XS_APIVERSION: * This variable contains the version of the oldest perl binary * compatible with the present perl. perl.c:incpush() and - * lib/lib.pm will automatically search in /opt/perl/lib/site_perl/5.7.1/alpha-dec_osf-thread for older + * lib/lib.pm will automatically search in /opt/perl/lib/site_perl/5.7.2/alpha-dec_osf-thread for older * directories across major versions back to xs_apiversion. * This is only useful if you have a perl library directory tree * structured like the default one. @@ -3306,7 +3306,7 @@ * compatible with the present perl. (That is, pure perl modules * written for pm_apiversion will still work for the current * version). perl.c:incpush() and lib/lib.pm will automatically - * search in /opt/perl/lib/site_perl/5.7.1 for older directories across major versions + * search in /opt/perl/lib/site_perl/5.7.2 for older directories across major versions * back to pm_apiversion. This is only useful if you have a perl * library directory tree structured like the default one. The * versioned site_perl library was introduced in 5.005, so that's @@ -3316,7 +3316,7 @@ * (presumably) be similar. * See the INSTALL file for how this works. */ -#define PERL_XS_APIVERSION "5.7.1" +#define PERL_XS_APIVERSION "5.7.2" #define PERL_PM_APIVERSION "5.005" /* SETUID_SCRIPTS_ARE_SECURE_NOW: |