From 68642a4e68a8a9a4c674a7f66aebd0693f04aa8a Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 15 Apr 2020 08:57:49 +0200 Subject: [PATCH] Make ./Config auto-import settings from 5.0.3 / 5.0.3.1. --- Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config b/Config index 0edb7c42e..c1f5fd925 100755 --- a/Config +++ b/Config @@ -326,7 +326,7 @@ echo "" if [ -z "$NOCACHE" ] ; then # This needs to be updated each release so auto-upgrading works for settings, modules, etc!!: - UNREALRELEASES="unrealircd-5.0.2 unrealircd-5.0.1 unrealircd-5.0.0 unrealircd-5.0.0-rc2 unrealircd-5.0.0-rc1" + UNREALRELEASES="unrealircd-5.0.3.1 unrealircd-5.0.3 unrealircd-5.0.2 unrealircd-5.0.1 unrealircd-5.0.0 unrealircd-5.0.0-rc2 unrealircd-5.0.0-rc1" if [ -f "config.settings" ]; then . ./config.settings else