diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-06 13:21:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-06 13:21:34 +0000 |
commit | 8c5f6936e7c6250712b0f630deac0c445eaf4dff (patch) | |
tree | 9b9514dbe5f70f29439a571289690c99996631ee /win32/config_H.ce | |
parent | c5917253cfa0ec36b4c868a1582baaaab99eb0d0 (diff) | |
download | perl-8c5f6936e7c6250712b0f630deac0c445eaf4dff.tar.gz |
Bump version number to 5.10.0.
p4raw-id: //depot/perl@31799
Diffstat (limited to 'win32/config_H.ce')
-rw-r--r-- | win32/config_H.ce | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.ce b/win32/config_H.ce index ab1bc33365..ce98d7d922 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -3348,7 +3348,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define PRIVLIB "\\Storage Card\\perl58m\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.10.0")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3479,7 +3479,7 @@ * be tacked onto this variable to generate a list of directories to search. */ #define SITELIB "\\Storage Card\\perl58m\\site\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ +#define SITELIB_EXP (win32_get_sitelib("5.10.0")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: |