From a27b5a45477e9e0087060a3b1cca1bc46979180d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Wed, 9 Aug 2023 17:58:36 +0000 Subject: [PATCH] cwidget,tre: add BUILD_UNTIL=11.0 check on helper. --- helpers/make-cwidget | 1 + helpers/make-tre | 1 + 2 files changed, 2 insertions(+) diff --git a/helpers/make-cwidget b/helpers/make-cwidget index 3918f8f0..84d279d2 100644 --- a/helpers/make-cwidget +++ b/helpers/make-cwidget @@ -18,6 +18,7 @@ # VERSION=0 +BUILD_UNTIL=11.0 . ./config diff --git a/helpers/make-tre b/helpers/make-tre index 91f43ce5..0e797729 100644 --- a/helpers/make-tre +++ b/helpers/make-tre @@ -18,6 +18,7 @@ # VERSION=0 +BUILD_UNTIL=11.0 . ./config -- GitLab