Fix for ID 20000828.001, long doubles were not formatted
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index ab5b239..989ff4c 100644 (file)
@@ -4,7 +4,7 @@
  * exactly on the third column */
 
 #define PERL_REVISION  5               /* age */
-#define PERL_VERSION   6               /* epoch */
+#define PERL_VERSION   7               /* epoch */
 #define PERL_SUBVERSION        0               /* generation */
 
 /* The following numbers describe the earliest compatible version of
@@ -69,8 +69,9 @@
  */
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
-       NULL
-       , "v5.6.0-RC3"
+        NULL
+       ,"SUIDMAIL - fixes for suidperl security"
+       ,"DEVEL6855"
        ,NULL
 };