* Fri Sep 12 2025 Brian Read <brianr@koozali.org> 11.1-9.sme

- Fix version and build date from spec file  [SME: 13121]
This commit is contained in:
2025-09-12 18:20:15 +01:00
parent a9dbafc584
commit 248bbed240
2 changed files with 12 additions and 12 deletions

View File

@@ -113,7 +113,9 @@ except ImportError:
Mailstats_version = '1.3'
build_date_time = "2024-06-18 12:03:40OURCE"
build_date_time = build_date_time[:19] #Take out crap that sneaks in.
#Take out the crap that sneaks in...
build_date_time = build_date_time[:19]
Mailstats_version = Mailstats_version[:6]
#if build_date_time == "2024-06-18 12:03:40OURCE":
# build_date_time = "Unknown"