summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-15 14:11:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-15 14:11:50 +0000
commita9fb271febef206f32659f8abc5f9029ae2f7a25 (patch)
tree046f9dec031206ac61c559d06ae4b92996fb9329 /patchlevel.h
parentd42572200030b0bf72f8f9779ce1d066f0c26fc3 (diff)
downloadperl-a9fb271febef206f32659f8abc5f9029ae2f7a25.tar.gz
tweak Configure to follow new PERL_VERSION etc.
p4raw-id: //depot/perl@2954
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/patchlevel.h b/patchlevel.h
index f2c6b12f97..b561f11ed5 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,13 +1,16 @@
#ifndef __PATCHLEVEL_H_INCLUDED__
-# define PERL_REVISION 5 /* age */
-# define PERL_VERSION 5 /* epoch */
-# define PERL_SUBVERSION 55 /* generation */
+/* do not adjust the whitespace! Configure expects the numbers to be
+ * exactly on the third column */
+
+#define PERL_REVISION 5 /* age */
+#define PERL_VERSION 5 /* epoch */
+#define PERL_SUBVERSION 55 /* generation */
/* these are the old terms of reference */
-# define PATCHLEVEL PERL_VERSION
-# undef SUBVERSION /* OS/390 has a SUBVERSION in a system header */
-# define SUBVERSION PERL_SUBVERSION
+#define PATCHLEVEL PERL_VERSION
+#undef SUBVERSION /* OS/390 has a SUBVERSION in a system header */
+#define SUBVERSION PERL_SUBVERSION
/*
local_patches -- list of locally applied less-than-subversion patches.