summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-08-04 01:11:32 +0000
committerhv <hv@crypt.org>2002-08-04 01:11:32 +0000
commit78a7c709d4434f29685ba4f85f6441dc8f042e3f (patch)
tree252232e65321b44ec3863d69db01ffb823bd327d /patchlevel.h
parent6a0407ee995276fc0b143630fde4e4ee2a060014 (diff)
downloadperl-78a7c709d4434f29685ba4f85f6441dc8f042e3f.tar.gz
Change version from 5.8.0 to 5.9.0.
p4raw-id: //depot/perl@17671
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index a4980cb6c2..33e77d1598 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -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
@@ -80,7 +80,7 @@
static char *local_patches[] = {
NULL
,"DEVEL17641"
- ,NULL
+ ,NULL
};
/* Initial space prevents this variable from being inserted in config.sh */