Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Conway2022-11-19 22:55:52 +0000
committerJoe Conway2022-11-19 22:55:52 +0000
commited1d3132d27503cbae0198b2da172b17c0d4f86b (patch)
tree0e4623cad3d17aadd0291d1b6d748e73f7819914
parent8c954168cff4630ae94df649b458f4a3aad6d9a7 (diff)
Fix catversion
Commit 2fb6154fc didn't quite get the catversion correct per usual norms. Fix it. Reported by Rishu Bagga.
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index b3a57136b75..775e3a5db5f 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -57,6 +57,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 202211821
+#define CATALOG_VERSION_NO 202211181
#endif