From 968e6d3aa57c24f675a31c93ee1cfc3f3917565a Mon Sep 17 00:00:00 2001
From: Eric Oulashin <eric.oulashin@gmail.com>
Date: Tue, 21 Nov 2023 08:22:54 -0800
Subject: [PATCH] ddmr_cfg.js: Fixed the version number to match the current
 version of DDMsgReader (1.87)

---
 xtrn/DDMsgReader/ddmr_cfg.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xtrn/DDMsgReader/ddmr_cfg.js b/xtrn/DDMsgReader/ddmr_cfg.js
index cdacf48ce5..5b3b6247d3 100644
--- a/xtrn/DDMsgReader/ddmr_cfg.js
+++ b/xtrn/DDMsgReader/ddmr_cfg.js
@@ -5,7 +5,7 @@
 // If you have DDMsgReader in a directory other than xtrn/DDMsgReader, then the changes to
 // DDMsgReader.cfg will be saved in that directory (assuming you're running ddmr_cfg.js from
 // that same directory).
-// Currently for DDMsgReader 1.85.
+// Currently for DDMsgReader 1.87.
 //
 // If you're running DDMsgReader from xtrn/DDMsgReader (the standard location) and you want
 // to save the configuration file there (rather than sbbs/mods), you can use one of the
@@ -18,7 +18,7 @@ require("sbbsdefs.js", "P_NONE");
 require("uifcdefs.js", "UIFC_INMSG");
 
 
-if (!uifc.init("DigDist. Message Reader 1.85 Configurator"))
+if (!uifc.init("DigDist. Message Reader 1.87 Configurator"))
 {
 	print("Failed to initialize uifc");
 	exit(1);
-- 
GitLab