Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index ad6ee8e..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
-       ,"DEVEL17634"
+       NULL
+       ,"DEVEL17881"
        ,NULL
 };