Makefile: add version bump patch

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/queue/Linux-4.8.26.patch b/queue/Linux-4.8.26.patch
new file mode 100644
index 0000000..97c71ea
--- /dev/null
+++ b/queue/Linux-4.8.26.patch
@@ -0,0 +1,22 @@
+From ba169b9235952247817594bffc3a8a3abe7a0e93 Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Thu, 9 Nov 2017 21:30:18 -0500
+Subject: [PATCH] Linux 4.8.26
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index 69b28718e5ea..230b9d92a233 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 8
+-SUBLEVEL = 25
++SUBLEVEL = 26
+ EXTRAVERSION =
+ NAME = Psychotic Stoned Sheep
+ 
+-- 
+2.12.0
+
diff --git a/queue/series b/queue/series
index 9973235..c3f4fc8 100644
--- a/queue/series
+++ b/queue/series
@@ -202,3 +202,4 @@
 libnvdimm-pmem-fix-a-NULL-pointer-BUG-in-nd_pmem_not.patch
 libnvdimm-pfn-fix-npfns-vs-section-alignment.patch
 pstore-Shut-down-worker-when-unregistering.patch
+Linux-4.8.26.patch