Fixed some spelling errors
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index 391cb41..68c4d3c 100644 (file)
@@ -116,9 +116,11 @@ hunk.
  */
 
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
+#include "git_version.h"
 static const char * const local_patches[] = {
        NULL
-       ,"DEVEL"
+       PERL_GIT_UNPUSHED_COMMITS       /* do not remove this line */
+        PERL_GIT_UNCOMMITTED_CHANGES   /* do not remove this line */
        ,NULL
 };