summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build/verinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/verinfo.py')
-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 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'))