diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-20 14:37:14 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-20 14:37:14 +0000 |
commit | 13796ecdc4344226ccb17819eaa5b15d26149a86 (patch) | |
tree | 44292328b47fc8230a58848025f485aedacc23e6 /NetWare/Makefile | |
parent | 9946686ee0b3ada8e0512262416bb5150e0e0108 (diff) | |
download | perl-13796ecdc4344226ccb17819eaa5b15d26149a86.tar.gz |
Bump the perl version in various places for v5.13.7
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 e2d990d2f7..10126aed71 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.13.6 for NetWare" +MODULE_DESC = "Perl 5.13.7 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.13.6 +INST_VER = \5.13.7 # # Comment this out if you DON'T want your perl installation to have |