diff options
author | 2025-01-01 16:36:28 +1100 | |
---|---|---|
committer | 2025-01-01 16:36:28 +1100 | |
commit | 282fb57c7017ca9df00163510e906dc0bb8ce0ec (patch) | |
tree | e2e0e814e74f5f09c00311181b89574c0f8e9611 /scripts | |
parent | 8d3d6cae28c1afc30bab821b5e0c26cfa5cb5947 (diff) |
Updated copyright years to 2025
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/verinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/verinfo.py b/scripts/build/verinfo.py index 6cbc66813ea..68038b6251b 100644 --- a/scripts/build/verinfo.py +++ b/scripts/build/verinfo.py @@ -122,7 +122,7 @@ if __name__ == '__main__': original=options.executable, product=('MAME' if options.target == 'mame' else options.target), rdns=('org.mamedev.' + internal), - copyright='\u00a9 1997-2024 MAMEdev and contributors', + copyright='\u00a9 1997-2025 MAMEdev and contributors', winfileflags=('0x0L' if verbuild == '0' else 'VS_FF_PRERELEASE'), resources=(options.resources or 'mame.rc')) |