diff options
author | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
commit | 75584f80c6a7b97ddbd51dccd95f0694575be335 (patch) | |
tree | cf968e8fc57c56800668ba731197cc6af772ce7c /win32 | |
parent | 52143fbb9d625195866dfd908e7e2ed2c9492c50 (diff) | |
download | perl-75584f80c6a7b97ddbd51dccd95f0694575be335.tar.gz |
Bump the perl version to 5.13.3
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/Makefile.ce | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile index 578d72405d..89ac0e6d3c 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -37,7 +37,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.13.2 +#INST_VER = \5.13.3 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index d765085ffc..dfdbfe6346 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.13.2 +INST_VER = 5.13.3 # INSTALL_ROOT specifies a path where this perl will be installed on CE device INSTALL_ROOT=/netzwerk/sprache/perl diff --git a/win32/makefile.mk b/win32/makefile.mk index 9d332b8595..487d913a37 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -39,7 +39,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.13.2 +#INST_VER *= \5.13.3 # # Comment this out if you DON'T want your perl installation to have |