Fix catversion
authorJoe Conway <mail@joeconway.com>
Sat, 19 Nov 2022 22:55:52 +0000 (17:55 -0500)
committerJoe Conway <mail@joeconway.com>
Sat, 19 Nov 2022 22:55:52 +0000 (17:55 -0500)
Commit 2fb6154fc didn't quite get the catversion correct per usual
norms. Fix it. Reported by Rishu Bagga.

src/include/catalog/catversion.h

index b3a57136b755fed182b4518330e65786032db870..775e3a5db5f4a4d9b91015b2bafc0ee2eb80a797 100644 (file)
@@ -57,6 +57,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 202211821
+#define CATALOG_VERSION_NO 202211181
 
 #endif