SDL: Note that we should regenerate configure before running test/versioning.sh

From 23be3ccc2f517e53b3fd8d257e85480f6edb7f33 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 5 Sep 2022 11:25:10 -0700
Subject: [PATCH] Note that we should regenerate configure before running
 test/versioning.sh

---
 docs/release_checklist.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/release_checklist.md b/docs/release_checklist.md
index 8104c6b2966..7fb9c57797f 100644
--- a/docs/release_checklist.md
+++ b/docs/release_checklist.md
@@ -24,10 +24,10 @@
         * set second number in `DYLIB_CURRENT_VERSION` to 0
         * set `DYLIB_COMPATIBILITY_VERSION` to the same value
 
-* Run test/versioning.sh to verify that everything is consistent
-
 * Regenerate `configure`
 
+* Run test/versioning.sh to verify that everything is consistent
+
 * Do the release
 
 ## New bugfix release
@@ -47,10 +47,10 @@
         * set second number in `DYLIB_CURRENT_VERSION` to *patchlevel*
         * Leave `DYLIB_COMPATIBILITY_VERSION` unchanged
 
-* Run test/versioning.sh to verify that everything is consistent
-
 * Regenerate `configure`
 
+* Run test/versioning.sh to verify that everything is consistent
+
 * Do the release
 
 ## After a feature release
@@ -83,8 +83,8 @@
         * set second number in `DYLIB_CURRENT_VERSION` to 0
         * set `DYLIB_COMPATIBILITY_VERSION` to the same value
 
-* Run test/versioning.sh to verify that everything is consistent
-
 * Regenerate `configure`
 
+* Run test/versioning.sh to verify that everything is consistent
+
 * Do the release