From 2687c55e08e7884fd379c9fa0745a2548aa55833 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 4 Jun 2022 00:26:48 -0700 Subject: [PATCH] Update dates in macos/Info.plist & win32/resources.rc --- macos/Info.plist | 4 ++-- win32/resources.rc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macos/Info.plist b/macos/Info.plist index f0c0d770a..3c46cffa8 100644 --- a/macos/Info.plist +++ b/macos/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable tuxpaint CFBundleGetInfoString - 0.9.28, Copyright 2009-2021, Tux Paint Development Team + 0.9.28, Copyright 2002-2022, Tux Paint Development Team CFBundleIconFile tuxpaint.icns CFBundleIdentifier @@ -23,6 +23,6 @@ CFBundleSignature TXPT CFBundleVersion - 2021-12-01 + 2022-06-04 diff --git a/win32/resources.rc b/win32/resources.rc index 10a656d3e..492053a5f 100644 --- a/win32/resources.rc +++ b/win32/resources.rc @@ -47,7 +47,7 @@ BEGIN VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0" VALUE "FileVersion", "0.9.28\0" VALUE "InternalName", "Tux Paint\0" - VALUE "LegalCopyright", "Copyright (C) 2008-2021 by Bill Kendrick, et al\0" + VALUE "LegalCopyright", "Copyright (C) 2002-2022 by Bill Kendrick, et al\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "TuxPaint.exe\0" VALUE "PrivateBuild", "\0"