summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-02-26 06:35:15 +1100
committer Vas Crabb <vas@vastheman.com>2024-02-26 06:35:15 +1100
commit8b33ac0d0d8d1a43add3f741d0de93f44d1ad2de (patch)
treec61f7a53a03ca5943f396768d331b2155e770397 /scripts
parent9cdb31a316d6e92da3556a1fa8970937881340a7 (diff)
parent28e45d6a3ab67218267ac3d4815d15bb3224e663 (diff)
Merge branch 'release0263' into HEAD
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/verinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/verinfo.py b/scripts/build/verinfo.py
index 4b05d860406..50f0d7bb1b8 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-2023 MAMEdev and contributors',
+ copyright='\u00a9 1997-2024 MAMEdev and contributors',
winfileflags=('0x0L' if verbuild == '0' else 'VS_FF_PRERELEASE'),
resources=(options.resources or 'mame.rc'))