summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorAndrew Burt <isis!aburt>1988-01-25 23:31:23 +0000
committerLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1988-01-25 23:31:23 +0000
commitf9ad74367ccb11e91fbda2bb7702039bcde360ce (patch)
treec599962a665e41d2306c945b66de9bdb4ba58a06 /patchlevel.h
parentbe04251a8346b991e162b668d84d5cf1aa6e8501 (diff)
downloadperl-f9ad74367ccb11e91fbda2bb7702039bcde360ce.tar.gz
perl 1.0 patch 6: printf doesn't finish processing format string when out of args.
printf "%% %d %%", 1; produces "% 1 %%", which is counterintuitive.
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 51d80f3b8e..fb8ed65ede 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1 +1 @@
-#define PATCHLEVEL 5
+#define PATCHLEVEL 6