This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump patchlevel to 69, various little tweaks (tested on win32, Solaris
[perl5.git] / patchlevel.h
index 4d3c4dd..a61ebda 100644 (file)
@@ -1,5 +1,6 @@
-#define PATCHLEVEL 3
-#define SUBVERSION 99
+#ifndef __PATCHLEVEL_H_INCLUDED__
+#define PATCHLEVEL 4
+#define SUBVERSION 69
 
 /*
        local_patches -- list of locally applied less-than-subversion patches.
  */
 static char    *local_patches[] = {
        NULL
-       ,"Dev99A - First post-gamma development patch"
        ,NULL
 };
 
 /* Initial space prevents this variable from being inserted in config.sh  */
 #  define      LOCAL_PATCH_COUNT       \
        (sizeof(local_patches)/sizeof(local_patches[0])-2)
+
+#  define __PATCHLEVEL_H_INCLUDED__
+#endif