PERL_{REVISION,VERSION,SUBVERSION}
p4raw-id: //depot/perl@2943
#ifndef __PATCHLEVEL_H_INCLUDED__
-#define PATCHLEVEL 5
-#undef SUBVERSION /* OS/390 has a SUBVERSION in a system header */
-#define SUBVERSION 54
+
+# 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
/*
local_patches -- list of locally applied less-than-subversion patches.
#endif /* IAMSUID */
+/* and finally... */
+#include "patchlevel.h"
+
#endif /* Include guard */