From 33981728eea3752069da6e974eb85b6ee0757b67 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 31 Jul 2024 21:51:22 -0500 Subject: [PATCH] Bugfix: Utilize the newly defined "stage" setting to allow for the fakefile to build all projects. --- data/build/remove/settings | 1 + data/build/tacocat/settings | 1 + 2 files changed, 2 insertions(+) diff --git a/data/build/remove/settings b/data/build/remove/settings index 8c2ec58..606a2f2 100644 --- a/data/build/remove/settings +++ b/data/build/remove/settings @@ -17,6 +17,7 @@ # build_name remove +stage remove version_major 0 version_minor 5 diff --git a/data/build/tacocat/settings b/data/build/tacocat/settings index a389d6a..1522b3c 100644 --- a/data/build/tacocat/settings +++ b/data/build/tacocat/settings @@ -17,6 +17,7 @@ # build_name tacocat +stage tacocat version_major 0 version_minor 5 -- 1.8.3.1