diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-06 13:21:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-06 13:21:34 +0000 |
commit | 8c5f6936e7c6250712b0f630deac0c445eaf4dff (patch) | |
tree | 9b9514dbe5f70f29439a571289690c99996631ee /NetWare/Makefile | |
parent | c5917253cfa0ec36b4c868a1582baaaab99eb0d0 (diff) | |
download | perl-8c5f6936e7c6250712b0f630deac0c445eaf4dff.tar.gz |
Bump version number to 5.10.0.
p4raw-id: //depot/perl@31799
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 eb792117fe..a6dd9520af 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.9.5 for NetWare" +MODULE_DESC = "Perl 5.10.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.9.5 +INST_VER = \5.10.0 # # Comment this out if you DON'T want your perl installation to have |