diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1997-04-30 00:00:00 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-30 00:00:00 +1200 |
commit | 878e08dfd37ef18d0471607a99b747ae9fd31e93 (patch) | |
tree | 33b9068869efbbfe6ce9c4784c3efde0c9c081d7 /patchlevel.h | |
parent | 6da72b644b845971d5b417f3c6f5590e23084bcd (diff) | |
download | perl-878e08dfd37ef18d0471607a99b747ae9fd31e93.tar.gz |
[inseparable changes from match from perl-5.003_97j to perl-5.003_98]perl-5.003_98
DOCUMENTATION
Subject: Add new diagnostics to perldelta
From: Chip Salzenberg <chip@perl.com>
Files: pod/perldelta.pod pod/perldiag.pod
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index cdc718605f..0824199875 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,5 +1,5 @@ #define PATCHLEVEL 3 -#define SUBVERSION 97 +#define SUBVERSION 98 /* local_patches -- list of locally applied less-than-subversion patches. @@ -38,7 +38,6 @@ */ static char *local_patches[] = { NULL - ,"Dev97A-J - Ten development patches to 5.003_97" ,NULL }; |