diff options
-rw-r--r-- | NetWare/Makefile | 2 | ||||
-rw-r--r-- | win32/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index d1ae901229..bda9695cab 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -419,7 +419,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.7.3 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index eea51dc078..0277728f84 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -31,7 +31,7 @@ INST_TOP = $(INST_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.7.3 # # Comment this out if you DON'T want your perl installation to have |