diff options
author | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
commit | 3b318f16bd82320be5768efa37201351e3a0ff2e (patch) | |
tree | a427daabb004064fccdd315a3b13f138b021b9b0 /NetWare/Makefile | |
parent | 78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9 (diff) | |
download | perl-3b318f16bd82320be5768efa37201351e3a0ff2e.tar.gz |
Bump the perl version in various places for 5.15.9
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index f21ac5cbf7..0ba62c1748 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -86,7 +86,7 @@ NLM_VERSION = 3,20,0 # Here comes the CW tools - TO BE FILLED TO BUILD WITH CW - -MODULE_DESC = "Perl 5.15.8 for NetWare" +MODULE_DESC = "Perl 5.15.9 for NetWare" CCTYPE = CodeWarrior C_COMPILER = mwccnlm -c CPP_COMPILER = mwccnlm @@ -462,7 +462,7 @@ INST_NW_TOP2 = $(INST_NW_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER = \5.15.8 +INST_VER = \5.15.9 # # Comment this out if you DON'T want your perl installation to have |