summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2025-03-02 22:37:53 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2025-03-02 22:37:53 (GMT)
commitbc527d0626289e52bd8d214b9077a9f0b55cc982 (patch)
tree2fa11c8f6fd60108b7d47e5ea0a4b7dd8332559d
parentf6f2fd98b2a94871b506e517873af4d6faf04ed9 (diff)
downloadSCons-4.9.0.zip
SCons-4.9.0.tar.gz
SCons-4.9.0.tar.bz2
fix copyright and other dates in users guide4.9.0
-rw-r--r--SCons/__init__.py6
-rw-r--r--doc/user/main.xml4
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.
<corpauthor>The SCons Development Team</corpauthor>
- <pubdate>Released: Mon, 03 Sep 2024 18:13:57 -0700</pubdate>
+ <pubdate>Released: Sun, 02 Mar 2025 18:13:57 -0700</pubdate>
<copyright>
- <year>2004 - 2024</year>
+ <year>2004 - 2025</year>
<holder>The SCons Foundation</holder>
</copyright>