From: Gurusamy Sarathy Date: Fri, 20 Aug 1999 17:21:53 +0000 (+0000) Subject: up patchlevel &c X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1b02fb8b2d338b569167fbd3fa940fe7d903db6;p=p5sagit%2Fp5-mst-13.2.git up patchlevel &c p4raw-id: //depot/perl@4010 --- diff --git a/patchlevel.h b/patchlevel.h index 91d12a1..5b07ae6 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -5,7 +5,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 5 /* epoch */ -#define PERL_SUBVERSION 60 /* generation */ +#define PERL_SUBVERSION 61 /* generation */ /* local_patches -- list of locally applied less-than-subversion patches. diff --git a/win32/Makefile b/win32/Makefile index 3e694c4..01159c7 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -29,7 +29,7 @@ INST_TOP = $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER = \5.00560 +INST_VER = \5.00561 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/config_H.bc b/win32/config_H.bc index 82d6e6e..bee55fa 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1419,7 +1419,7 @@ * 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 "c:\\perl\\5.00560\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00561\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,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 "c:\\perl\\5.00560\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/ +#define PRIVLIB "c:\\perl\\5.00561\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00561")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,7 @@ * 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 "c:\\perl\\site\\5.00560\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00561\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/ +#define SITELIB "c:\\perl\\site\\5.00561\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00561")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/config_H.gc b/win32/config_H.gc index ca64936..040a903 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1419,7 +1419,7 @@ * 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 "c:\\perl\\5.00560\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00561\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,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 "c:\\perl\\5.00560\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/ +#define PRIVLIB "c:\\perl\\5.00561\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00561")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,7 @@ * 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 "c:\\perl\\site\\5.00560\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00561\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/ +#define SITELIB "c:\\perl\\site\\5.00561\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00561")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/config_H.vc b/win32/config_H.vc index c79b2ea..d3c9b29 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1419,7 +1419,7 @@ * 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 "c:\\perl\\5.00560\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00561\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00561\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,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 "c:\\perl\\5.00560\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/ +#define PRIVLIB "c:\\perl\\5.00561\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00561")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,7 @@ * 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 "c:\\perl\\site\\5.00560\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00561\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/ +#define SITELIB "c:\\perl\\site\\5.00561\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00561")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/makefile.mk b/win32/makefile.mk index 7e0205e..01f0d7d 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -33,7 +33,7 @@ INST_TOP *= $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER *= \5.00560 +INST_VER *= \5.00561 # # Comment this out if you DON'T want your perl installation to have