Skip to content

Commit

Permalink
chore: bump year to 2024 (synfig#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice0 authored Jan 9, 2024
1 parent bbaf283 commit 2f4b441
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions autobuild/osx/app-template/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<string>SynfigStudio</string>

<key>CFBundleGetInfoString</key>
<string>_VERSION_, © 2001-2023 Synfig developers &#38; contributors</string>
<string>_VERSION_, © 2001-2024 Synfig developers &#38; contributors</string>
<key>CFBundleShortVersionString</key>
<string>_VERSION_</string>
<key>CFBundleVersion</key>
<string>_VERSION_</string>
<key>NSHumanReadableCopyright</key>
<string>© 2001-2023 Synfig developers &#38; contributors</string>
<string>© 2001-2024 Synfig developers &#38; contributors</string>
<key>CFBundleIconFile</key>
<string>SynfigStudio</string>
<key>CFBundleDocumentTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/dialogs/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ About::About()
set_website("https://synfig.org/");
set_website_label(_("Visit the Synfig website"));

set_copyright(_("Copyright (c) 2001-2023\nSynfig developers & contributors"));
set_copyright(_("Copyright (c) 2001-2024\nSynfig developers & contributors"));
Glib::ustring license =
"This program is free software; you can redistribute it and/or modify "
"it under the terms of the GNU General Public License as published by "
Expand Down
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/synfigstudio.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BEGIN
VALUE "FileDescription", "Vector animation program"
VALUE "FileVersion", "${STUDIO_VERSION}"
VALUE "InternalName", "synfigstudio"
VALUE "LegalCopyright", " (c) Synfig developers & contributors 2001-2023"
VALUE "LegalCopyright", " (c) Synfig developers & contributors 2001-2024"
VALUE "OriginalFilename", "synfigstudio.exe"
VALUE "ProductName", "synfigstudio.exe"
VALUE "ProductVersion", "${STUDIO_VERSION}"
Expand Down

0 comments on commit 2f4b441

Please sign in to comment.