diff options
Diffstat (limited to 'scripts/build/verinfo.py')
-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 7e61012b796..4b05d860406 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-2022 MAMEdev and contributors', + copyright='\u00a9 1997-2023 MAMEdev and contributors', winfileflags=('0x0L' if verbuild == '0' else 'VS_FF_PRERELEASE'), resources=(options.resources or 'mame.rc')) |