summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 5d4b324d7e..6d795a0fe7 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,4 +1,4 @@
-#define PATCHLEVEL 3
+#define PATCHLEVEL 4
#define SUBVERSION 0
/*
@@ -41,5 +41,6 @@ static char *local_patches[] = {
,NULL
};
-#define LOCAL_PATCH_COUNT \
+/* Initial space prevents this variable from being inserted in config.sh */
+# define LOCAL_PATCH_COUNT \
(sizeof(local_patches)/sizeof(local_patches[0])-2)