diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-30 16:58:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-30 16:58:47 +0000 |
commit | a1e6f3ef7b69ee6687a3729e4097297317e7270a (patch) | |
tree | 7c96250e5b665e934e6c59fea2eadf1510a564bd /patchlevel.h | |
parent | 6d4a66ac96a9ddca3710bd969e6b1e2a80a8193d (diff) | |
download | perl-a1e6f3ef7b69ee6687a3729e4097297317e7270a.tar.gz |
Bump version number to 5.9.4
Regenerate template config in Porting
p4raw-id: //depot/perl@27007
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index 0950cbcd0d..6cdd639776 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 9 /* epoch */ -#define PERL_SUBVERSION 3 /* generation */ +#define PERL_SUBVERSION 4 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -32,7 +32,7 @@ */ #define PERL_API_REVISION 5 /* Adjust manually as needed. */ #define PERL_API_VERSION 9 /* Adjust manually as needed. */ -#define PERL_API_SUBVERSION 2 /* Adjust manually as needed. */ +#define PERL_API_SUBVERSION 4 /* Adjust manually as needed. */ /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |