sdlweb: nextver.inc.php: Bumped 2.0.18 milestone deadline to November 20th, 2021.

From aba5e05ad1d6a114713f9107f9b274b7c374b0d7 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Tue, 9 Nov 2021 19:08:27 +0000
Subject: [PATCH] nextver.inc.php: Bumped 2.0.18 milestone deadline to November
 20th, 2021.

---
 include/nextver.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/nextver.inc.php b/include/nextver.inc.php
index 1d9e936..8a97f21 100644
--- a/include/nextver.inc.php
+++ b/include/nextver.inc.php
@@ -3,7 +3,7 @@
 $current_sdl_major = 2;
 $current_sdl_minor = 0;
 $current_sdl_patch = 16;
-$next_sdl_version_duedate = "Nov 12, 2021 23:59:59 GMT-0800";
+$next_sdl_version_duedate = "Nov 20, 2021 23:59:59 GMT-0800";
 $github_milestone_id = '2';   // sadly, these don't have version strings, so we have to update for each release.
 
 // don't touch these.