Mercurial > public > mercurial-scm > hg
diff setup.py @ 51751:9b8c71d0b785
branching: merge stable into default
Post 6.8.1 release.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 01 Aug 2024 16:42:38 +0200 |
parents | ca7bde5dbafb 45ba8416afc4 |
children | 454feddab720 |
line wrap: on
line diff
--- a/setup.py Tue Jun 27 13:05:03 2023 +0200 +++ b/setup.py Thu Aug 01 16:42:38 2024 +0200 @@ -1739,7 +1739,7 @@ extra['console'] = [ { 'script': 'hg', - 'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others', + 'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others', 'product_version': version, } ]