diff options
author | Jesse Luehrs <doy@tozt.net> | 2012-06-19 21:01:44 -0500 |
---|---|---|
committer | Jesse Luehrs <doy@tozt.net> | 2012-06-19 21:11:21 -0500 |
commit | 4683a5d7cdb32ed2af60a28a12123d5c199e7bbf (patch) | |
tree | ae6fac2bdbf28dc84a7afab5a3e1f72b75e40bea /win32 | |
parent | 5302eb956426919b510855d0023d63e3523015da (diff) | |
download | perl-4683a5d7cdb32ed2af60a28a12123d5c199e7bbf.tar.gz |
bump version to 5.17.1
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 b82f90dbcb..8133d12e7a 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.0 +#INST_VER = \5.17.1 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 3ae055cb7e..a0be77f86d 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.17.0 +INST_VER = 5.17.1 # 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 7cd1b42e89..93df3f27c4 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.0 +#INST_VER *= \5.17.1 # # Comment this out if you DON'T want your perl installation to have |