diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 06:27:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 06:27:12 +0000 |
commit | 46124e9ee58ad41479e5b089638f6c263bbddcb7 (patch) | |
tree | 26e0164d6d7cae383c24731b2defc831ec00b02d /win32/Makefile | |
parent | c934e9d4dfb8a9e1c6e06a69da5761aa29b240b6 (diff) | |
download | perl-46124e9ee58ad41479e5b089638f6c263bbddcb7.tar.gz |
bump patchlevel to 52; other little tweaks for threads, win32 builds
p4raw-id: //depot/perl@1888
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index db9824026f..09baef7f70 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -25,7 +25,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.00551 +INST_VER = \5.00552 # # uncomment to enable threads-capabilities |