diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-28 20:35:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-28 20:35:59 +0000 |
commit | 4282de365ad3986f7690c8ae5aeb465272208972 (patch) | |
tree | 7eb0dae31c913ed4d36f7ff546a31ea82c28d75d /NetWare/Makefile | |
parent | 5cda700b511c4f0c6578126263fb9dc92c79641e (diff) | |
download | perl-4282de365ad3986f7690c8ae5aeb465272208972.tar.gz |
Bump the version numbers to five-eight-oh.
p4raw-id: //depot/perl@16843
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 813fbe9295..aae82e7ce2 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -75,7 +75,7 @@ SECURITYBASE = P:\apps\script\sw\nwsec SECURITY_IMPORTS = $(SECURITYBASE)\imports # Here comes the CW tools - TO BE FILLED TO BUILD WITH CW - -MODULE_DESC = "Perl 5.7.3 for NetWare" +MODULE_DESC = "Perl 5.8.0 for NetWare" CCTYPE = CodeWarrior C_COMPILER = mwccnlm -c CPP_COMPILER = mwccnlm @@ -418,7 +418,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.7.2 +INST_VER = \5.8.0 # # Comment this out if you DON'T want your perl installation to have |