diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 15:21:29 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 15:21:29 +0100 |
commit | f6c54c41d6f0ed9ba259ce4a5e564c3d6d3d7cd6 (patch) | |
tree | 3d65b5eae979dc06e9b568c0027bd81a5d6549ce /win32 | |
parent | fc1418b79d5643b6e4c9da7a69fea4e7ab23d3c6 (diff) | |
download | perl-f6c54c41d6f0ed9ba259ce4a5e564c3d6d3d7cd6.tar.gz |
Bump version to 5.13.5
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 8049374829..8dcae047b6 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.4 +#INST_VER = \5.13.5 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 156bf53b3f..8283d2e787 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.13.4 +INST_VER = 5.13.5 # 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 62227b423e..3a76ccebb7 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.4 +#INST_VER *= \5.13.5 # # Comment this out if you DON'T want your perl installation to have |