diff options
author | Zefram <zefram@fysh.org> | 2010-12-19 15:04:53 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2010-12-19 15:04:53 +0000 |
commit | e03f126cfb07245dc7a7a3f70b2c7443689be3ed (patch) | |
tree | c421850ee67f8388c9d7d05ef930bbad1c16e0bc /NetWare/Makefile | |
parent | 170968377abf9e056b7362f557315dd607605f38 (diff) | |
download | perl-e03f126cfb07245dc7a7a3f70b2c7443689be3ed.tar.gz |
bump perl version number for 5.13.8
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 10126aed71..426561a621 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.7 for NetWare" +MODULE_DESC = "Perl 5.13.8 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.7 +INST_VER = \5.13.8 # # Comment this out if you DON'T want your perl installation to have |