summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 1fe5ee8e2a..44bbe3ac57 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,5 +1,6 @@
+#ifndef __PATCHLEVEL_H_INCLUDED__
#define PATCHLEVEL 4
-#define SUBVERSION 61
+#define SUBVERSION 62
/*
local_patches -- list of locally applied less-than-subversion patches.
@@ -44,3 +45,6 @@ static char *local_patches[] = {
/* 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