Skip to content
Snippets Groups Projects
Commit 61b1ec93 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'ddmr_cfg_version_187' into 'master'

ddmr_cfg.js: Fixed the version number to match the current version of DDMsgReader (1.87)

See merge request !366
parents c72aed99 07787eed
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment