diff options
author | David Robillard <d@drobilla.net> | 2025-01-18 16:45:25 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-18 16:50:01 -0500 |
commit | aecf20a6e6e6a6e78dbe5ea762e9785525142348 (patch) | |
tree | 4278023396863a0cd0882d330272641f13a82303 /doc | |
parent | 2052a76d33ed3afc0a5bdab4eed574d7206c4459 (diff) | |
download | zix-aecf20a6e6e6a6e78dbe5ea762e9785525142348.tar.gz zix-aecf20a6e6e6a6e78dbe5ea762e9785525142348.tar.bz2 zix-aecf20a6e6e6a6e78dbe5ea762e9785525142348.zip |
Zix 0.6.0v0.6.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index 6b3c415..a7c254d 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -1,10 +1,10 @@ -# Copyright 2021-2023 David Robillard <d@drobilla.net> +# Copyright 2021-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC # Project information project = "Zix" -copyright = "2011-2023, David Robillard" +copyright = "2011-2025, David Robillard" author = "David Robillard" release = "@ZIX_VERSION@" version = "@ZIX_VERSION@" |