summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorArnold D. Robbins <gatech!skeeve!arnold>1988-01-26 01:16:41 +0000
committerLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1988-01-26 01:16:41 +0000
commita1cc2bdc08f9aa1504f32e5b0b782c2b3cffd124 (patch)
treed9d46a7185678967f79150cfc67ac08d924ec179 /patchlevel.h
parentf9ad74367ccb11e91fbda2bb7702039bcde360ce (diff)
downloadperl-a1cc2bdc08f9aa1504f32e5b0b782c2b3cffd124.tar.gz
perl 1.0 patch 7: use of included malloc.c should be optional
The version of malloc.c that comes with perl was not really intended to be used everywhere--it was included mostly for debugging purposes. It's a nice little package, however, so I'm making it optional (via Configure) as to whether you want it or not.
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index fb8ed65ede..e19cd94440 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1 +1 @@
-#define PATCHLEVEL 6
+#define PATCHLEVEL 7