PPPort IVSIZE and SvPV_nolen
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index 76841bc..6281b09 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
@@ -79,8 +79,8 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL16824"
-       ,NULL
+        ,"DEVEL17702"
+        ,NULL
 };
 
 /* Initial space prevents this variable from being inserted in config.sh  */