diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:43:57 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:43:57 -0500 |
commit | 01f49271dbf70e74558eb82ab01925a981bf7e67 (patch) | |
tree | 50d2b2d6e618acf7ea3504ec8521c27b004b480c /win32 | |
parent | 455d90333d711fa09eaa6dbc81d437cdac3723d0 (diff) | |
download | perl-01f49271dbf70e74558eb82ab01925a981bf7e67.tar.gz |
bump version for 5.11.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 34f722126b..acb3fa3521 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.11.3 +#INST_VER = \5.11.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 6e1f94c68c..b1f1dfc2e6 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.11.3 +INST_VER = 5.11.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 4c98c78d58..56640c0686 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.11.3 +#INST_VER *= \5.11.4 # # Comment this out if you DON'T want your perl installation to have |