From a7c592cdc04a31deb613c7ceb68353d2ad48d0c3 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 15 Mar 2024 10:16:54 +0100 Subject: [PATCH] Alire.Features: restore proper config deprecation (#1640) --- src/alire/alire-features.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alire/alire-features.ads b/src/alire/alire-features.ads index c55661ba..0afd8225 100644 --- a/src/alire/alire-features.ads +++ b/src/alire/alire-features.ads @@ -10,7 +10,7 @@ package Alire.Features is use type Min_Version; - Config_Deprecated : constant On_Version := +"1.0"; + Config_Deprecated : constant On_Version := +"3.0"; -- We migrate ALR_CONFIG to ALIRE_SETTINGS_DIR, but allow the use of the -- former with a warning during our next major release to ease transition. -- Likewise for the -c/--config switch -- 2.39.5