summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 86b87be4f4..5b118cf3af 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -114,13 +114,14 @@ hunk.
*/
-
-
+#ifndef PERL_PATCHNUM
+#define PERL_PATCHNUM 24148
+#endif
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static const char * const local_patches[] = {
NULL
- ,"DEVEL24148"
+ ,"DEVEL" STRINGIFY(PERL_PATCHNUM)
,NULL
};