diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-28 20:35:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-28 20:35:59 +0000 |
commit | 4282de365ad3986f7690c8ae5aeb465272208972 (patch) | |
tree | 7eb0dae31c913ed4d36f7ff546a31ea82c28d75d /win32/config_H.vc | |
parent | 5cda700b511c4f0c6578126263fb9dc92c79641e (diff) | |
download | perl-4282de365ad3986f7690c8ae5aeb465272208972.tar.gz |
Bump the version numbers to five-eight-oh.
p4raw-id: //depot/perl@16843
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 4b51a09637..bc81d7cd8d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -3201,7 +3201,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define PRIVLIB "c:\\perl\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.7.3")) /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.8.0")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3328,7 +3328,7 @@ * be tacked onto this variable to generate a list of directories to search. */ #define SITELIB "c:\\perl\\site\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.7.3")) /**/ +#define SITELIB_EXP (win32_get_sitelib("5.8.0")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: @@ -3594,7 +3594,7 @@ * (presumably) be similar. * See the INSTALL file for how this works. */ -#define PERL_XS_APIVERSION "5.6.0" +#define PERL_XS_APIVERSION "5.8.0" #define PERL_PM_APIVERSION "5.005" /* HAS_CRYPT: |