diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
commit | 4eeeaff6ef21db94b76b8e8b5acd5213781c1c82 (patch) | |
tree | c59df6501618e6bd504466ef6773f1599df1c152 /NetWare/Makefile | |
parent | 270d01deff14e4ea748c5bb85eedf866008d06f7 (diff) | |
download | perl-4eeeaff6ef21db94b76b8e8b5acd5213781c1c82.tar.gz |
Bump the version number to 5.11.0
p4raw-id: //depot/perl@32646
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 a6dd9520af..3fcf143581 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.10.0 for NetWare" +MODULE_DESC = "Perl 5.11.0 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.10.0 +INST_VER = \5.11.0 # # Comment this out if you DON'T want your perl installation to have |