diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
commit | 298a2886e2e4369d1549a8de440169a90ca1909a (patch) | |
tree | e321d96f699cc97f13901c791b21d475e672711a /win32 | |
parent | 65b2cfd1356d212fc0e84d242dfb47db113d673d (diff) | |
download | perl-298a2886e2e4369d1549a8de440169a90ca1909a.tar.gz |
Bump the perl version in various places to 5.13.9
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 85dc962de5..9553f2c7ee 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.8 +#INST_VER = \5.13.9 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 9052ca8c64..cc2d06c147 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.13.8 +INST_VER = 5.13.9 # 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 1aa456bd8c..8b01c730dc 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.8 +#INST_VER *= \5.13.9 # # Comment this out if you DON'T want your perl installation to have |