diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-15 21:22:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-15 21:22:18 +0000 |
commit | bf6c18a67788ecf9349406ba580392adaec98958 (patch) | |
tree | b598d9a439071583e7965b9e19c5ae262595372e /patchlevel.h | |
parent | 9615e7416438b376811c3ef177cc7b681939bbd1 (diff) | |
download | perl-bf6c18a67788ecf9349406ba580392adaec98958.tar.gz |
update Changes, patchlevel
p4raw-id: //depot/perl@5113
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 3c6f5a7c92..b36e20c4ff 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -5,7 +5,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 5 /* epoch */ -#define PERL_SUBVERSION 650 /* generation */ +#define PERL_SUBVERSION 660 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API |