diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-30 16:58:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-30 16:58:47 +0000 |
commit | a1e6f3ef7b69ee6687a3729e4097297317e7270a (patch) | |
tree | 7c96250e5b665e934e6c59fea2eadf1510a564bd /wince | |
parent | 6d4a66ac96a9ddca3710bd969e6b1e2a80a8193d (diff) | |
download | perl-a1e6f3ef7b69ee6687a3729e4097297317e7270a.tar.gz |
Bump version number to 5.9.4
Regenerate template config in Porting
p4raw-id: //depot/perl@27007
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.ce | 2 | ||||
-rw-r--r-- | wince/config_H.ce | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/wince/Makefile.ce b/wince/Makefile.ce index d2ecc79457..1becaaf241 100644 --- a/wince/Makefile.ce +++ b/wince/Makefile.ce @@ -4,7 +4,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.9.3 +INST_VER = 5.9.4 # INSTALL_ROOT specifies a path where this perl will be installed on CE device INSTALL_ROOT=/netzwerk/sprache/perl diff --git a/wince/config_H.ce b/wince/config_H.ce index 415a1fe279..9936f7643d 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -3341,7 +3341,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.3")) /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3472,7 +3472,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.3")) /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: |