This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #18420 from maint-5.8:
[perl5.git] / patchlevel.h
index 77e97ae..45f316b 100644 (file)
@@ -13,7 +13,7 @@
  * exactly on the third column */
 
 #define PERL_REVISION  5               /* age */
-#define PERL_VERSION   8               /* epoch */
+#define PERL_VERSION   9               /* epoch */
 #define PERL_SUBVERSION        0               /* generation */
 
 /* The following numbers describe the earliest compatible version of
@@ -78,8 +78,8 @@
  */
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
-        NULL
-       ,"DEVEL17237"
+       NULL
+       ,"DEVEL18374"
        ,NULL
 };