diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-02 17:22:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-02 17:22:40 +0000 |
commit | 412582ad0f710a91b1d05cd009c4bda518bddde8 (patch) | |
tree | b60d7eea851dc44e3f8707079e9f6b0c56e679e6 /win32 | |
parent | 4cb71bb67d2e52dda278822dec451f0eda7d158a (diff) | |
download | perl-412582ad0f710a91b1d05cd009c4bda518bddde8.tar.gz |
up patchlevel etc.
p4raw-id: //depot/perl@3895
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/config_H.bc | 16 | ||||
-rw-r--r-- | win32/config_H.gc | 16 | ||||
-rw-r--r-- | win32/config_H.vc | 16 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
5 files changed, 26 insertions, 26 deletions
diff --git a/win32/Makefile b/win32/Makefile index 871e89f3c4..3e694c4223 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.00559 +INST_VER = \5.00560 # # 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 fc0eab7f7b..82d6e6e45e 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.00559\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00560\\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.00559\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00560\\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.00559\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/ +#define PRIVLIB "c:\\perl\\5.00560\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/ /* 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.00559\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00560\\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.00559\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/ +#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/ /* 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 0728c2d3fb..ca64936841 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.00559\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00560\\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.00559\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00560\\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.00559\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/ +#define PRIVLIB "c:\\perl\\5.00560\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/ /* 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.00559\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00560\\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.00559\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/ +#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/ /* 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 86d8ae8c9c..c79b2ead0a 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.00559\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00560\\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.00559\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00560\\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.00559\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/ +#define PRIVLIB "c:\\perl\\5.00560\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/ /* 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.00559\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00560\\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.00559\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/ +#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/ /* 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 65416f76ea..7e0205ef2b 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.00559 +INST_VER *= \5.00560 # # Comment this out if you DON'T want your perl installation to have |