patch 9.0.1496: test restoring register with wrong value

Problem:    Test restoring register with wrong value.
Solution:   Correct name of variable. (closes #12310)
diff --git a/src/version.c b/src/version.c
index 96e2611..331d6c9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1496,
+/**/
     1495,
 /**/
     1494,