From 28af597ef84282d7134ad26c02bfc8e1d5125861 Mon Sep 17 00:00:00 2001 From: roby Date: Wed, 3 Sep 2025 10:27:36 -0600 Subject: [PATCH 1/2] firefly.tag.name = "release-2025.4.0" --- config/app.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/app.config b/config/app.config index 9435b2a..eb24d88 100644 --- a/config/app.config +++ b/config/app.config @@ -2,13 +2,13 @@ // adjustable application runtime properties //--------------------------------------------- BuildMajor = 2025 -BuildMinor = 3 -BuildRev = 5 +BuildMinor = 4 +BuildRev = 0 BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "release-2025.3.7" +firefly.tag.name = "release-2025.4.0" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu" From 39d3dc8762870c2fdf5346966795b978bb468186 Mon Sep 17 00:00:00 2001 From: roby Date: Thu, 18 Sep 2025 09:15:54 -0600 Subject: [PATCH 2/2] firefly.tag.name = "release-2025.4.2" --- config/app.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.config b/config/app.config index eb24d88..7c1b9bf 100644 --- a/config/app.config +++ b/config/app.config @@ -3,12 +3,12 @@ //--------------------------------------------- BuildMajor = 2025 BuildMinor = 4 -BuildRev = 0 +BuildRev = 2 BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "release-2025.4.0" +firefly.tag.name = "release-2025.4.2" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu"