summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-06 13:21:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-06 13:21:34 +0000
commit8c5f6936e7c6250712b0f630deac0c445eaf4dff (patch)
tree9b9514dbe5f70f29439a571289690c99996631ee /patchlevel.h
parentc5917253cfa0ec36b4c868a1582baaaab99eb0d0 (diff)
downloadperl-8c5f6936e7c6250712b0f630deac0c445eaf4dff.tar.gz
Bump version number to 5.10.0.
p4raw-id: //depot/perl@31799
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/patchlevel.h b/patchlevel.h
index ec4ad7f71b..135f6091a4 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -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