Porting/Maintainers.pl
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index ec4ad7f..135f609 100644 (file)
@@ -14,8 +14,8 @@
  * exactly on the third column */
 
 #define PERL_REVISION  5               /* age */
-#define PERL_VERSION   9               /* epoch */
-#define PERL_SUBVERSION        5               /* generation */
+#define PERL_VERSION   10              /* epoch */
+#define PERL_SUBVERSION        0               /* generation */
 
 /* The following numbers describe the earliest compatible version of
    Perl ("compatibility" here being defined as sufficient binary/API
@@ -31,8 +31,8 @@
    to include in @INC.  See INSTALL for how this works.
 */
 #define PERL_API_REVISION      5       /* Adjust manually as needed.  */
-#define PERL_API_VERSION       9       /* Adjust manually as needed.  */
-#define PERL_API_SUBVERSION    5       /* Adjust manually as needed.  */
+#define PERL_API_VERSION       10      /* Adjust manually as needed.  */
+#define PERL_API_SUBVERSION    0       /* Adjust manually as needed.  */
 /*
    XXX Note:  The selection of non-default Configure options, such
    as -Duselonglong may invalidate these settings.  Currently, Configure