From bc527d0626289e52bd8d214b9077a9f0b55cc982 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 2 Mar 2025 14:37:53 -0800 Subject: fix copyright and other dates in users guide --- SCons/__init__.py | 6 +++--- doc/user/main.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SCons/__init__.py b/SCons/__init__.py index c492d6c..ae589f9 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.9.0" __copyright__="Copyright (c) 2001 - 2025 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 02 Mar 2025 14:04:50 -0700" +__date__="Sun, 02 Mar 2025 14:33:49 -0700" __buildsys__="M1Dog2021" -__revision__="99a8c86de1ce91d23b102520e185c54ebd968924" -__build__="99a8c86de1ce91d23b102520e185c54ebd968924" +__revision__="f6f2fd98b2a94871b506e517873af4d6faf04ed9" +__build__="f6f2fd98b2a94871b506e517873af4d6faf04ed9" # make sure compatibility is always in place import SCons.compat # noqa \ No newline at end of file diff --git a/doc/user/main.xml b/doc/user/main.xml index b0e54a7..46491ac 100644 --- a/doc/user/main.xml +++ b/doc/user/main.xml @@ -36,10 +36,10 @@ This file is processed by the bin/SConsDoc.py module. The SCons Development Team - Released: Mon, 03 Sep 2024 18:13:57 -0700 + Released: Sun, 02 Mar 2025 18:13:57 -0700 - 2004 - 2024 + 2004 - 2025 The SCons Foundation -- cgit v0.12