summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-09 10:11:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-09 10:11:09 +0000
commit56a89353f5b8fc192aa1f98c713b302ac3f8f0f2 (patch)
tree8dc0fe2f340be762fe46a091036b48d877a34d84 /patchlevel.h
parentff1157ca1ff1e9cd225f8c77b56c0020eef9433d (diff)
downloadperl-56a89353f5b8fc192aa1f98c713b302ac3f8f0f2.tar.gz
Bump version to 5.9.5
p4raw-id: //depot/perl@28969
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 0362c41fd9..ec4ad7f71b 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -15,7 +15,7 @@
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 9 /* epoch */
-#define PERL_SUBVERSION 4 /* generation */
+#define PERL_SUBVERSION 5 /* 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 4 /* Adjust manually as needed. */
+#define PERL_API_SUBVERSION 5 /* Adjust manually as needed. */
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure
@@ -118,6 +118,7 @@ hunk.
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static const char * const local_patches[] = {
NULL
+ ,"DEVEL"
,NULL
};