#17171: ld flag for shrplib on OpenBSD
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index 7f1ad85..130ae07 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
-       ,"DEVEL17164"
+       NULL
+       ,"DEVEL17881"
        ,NULL
 };