diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 10:49:51 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 10:49:51 -0400 |
commit | 6f15df4765b853018c7db3e5cae157305d7c5e12 (patch) | |
tree | 32e544a9d7e3b8c5624f888c9d46667879bec45f /NetWare/Makefile | |
parent | 795c888f79c01883bb0f6b8275aa4bcec88eb29d (diff) | |
download | perl-6f15df4765b853018c7db3e5cae157305d7c5e12.tar.gz |
Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) hardcoded
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 c39bb6e9f8..20e99ff800 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.11.0 for NetWare" +MODULE_DESC = "Perl 5.11.1 for NetWare" CCTYPE = CodeWarrior C_COMPILER = mwccnlm -c CPP_COMPILER = mwccnlm @@ -463,7 +463,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.11.0 +INST_VER = \5.11.1 # # Comment this out if you DON'T want your perl installation to have |