From c26f22295908fb49f0a9b339337182fb0e7b4e69 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 20 Feb 2023 16:40:48 +0100 Subject: [PATCH] radiant: bump the commands (shortcuts) version The shortcuts were modified by NetRadiant-custom in an incompatible way --- radiant/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/commands.cpp b/radiant/commands.cpp index 6732fd20..42768056 100644 --- a/radiant/commands.cpp +++ b/radiant/commands.cpp @@ -497,7 +497,7 @@ public: #include "profile/profile.h" -const char* const COMMANDS_VERSION = "1.0-gtk-accelnames"; +const char* const COMMANDS_VERSION = "1.1-gtk-accelnames"; void DeleteOldCommandMap(){ #if NETRADIANT_CUSTOM_FULLY_MERGED -- 2.39.2