diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:20:23 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:20:23 +0100 |
commit | f6b0fd83fc8650651b85c6f1c9db45e3f89223f1 (patch) | |
tree | 366f0690c28097cea434e05e07fca8eb2fa694fe /win32 | |
parent | b6bac75da7a108a621cf338a34b95842bc95b3ab (diff) | |
download | perl-f6b0fd83fc8650651b85c6f1c9db45e3f89223f1.tar.gz |
Bump version to 5.17.4
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 4e0ac1e30a..d9457cef28 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.17.3 +#INST_VER = \5.17.4 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 2030b36d80..52934f251f 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.17.3 +INST_VER = 5.17.4 # 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 6a1e016cd8..2710333dfe 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -38,7 +38,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.17.3 +#INST_VER *= \5.17.4 # # Comment this out if you DON'T want your perl installation to have |