summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-04-04 17:14:37 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-04-04 17:14:37 +0000
commit69df4abc7c8a05e1b705134bf772dc9c44d92dd6 (patch)
treeda6acecc2fa0d2266ca0137a1efa40776f8f892e /patchlevel.h
parent6867be6d47d7be8fc56705e4b65f064d3eef92b7 (diff)
downloadperl-69df4abc7c8a05e1b705134bf772dc9c44d92dd6.tar.gz
Bump version to 5.9.3
Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 55b271d628..aea4c2f241 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 9 /* epoch */
-#define PERL_SUBVERSION 2 /* generation */
+#define PERL_SUBVERSION 3 /* 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 1 /* Adjust manually as needed. */
+#define PERL_API_SUBVERSION 2 /* Adjust manually as needed. */
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure
@@ -120,6 +120,7 @@ hunk.
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static const char *local_patches[] = {
NULL
+ ,'DEVEL24148'
,NULL
};