Skip to content

Commit

Permalink
version.rc: Fixed copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 29, 2023
1 parent 53f66a3 commit 5ba4fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.rc
Expand Up @@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_sound\0"
VALUE "FileVersion", "2, 0, 1, 0\0"
VALUE "InternalName", "SDL_sound\0"
VALUE "LegalCopyright", "Copyright � 2022 Ryan C. Gordon\0"
VALUE "LegalCopyright", "Copyright � 2023 Ryan C. Gordon\0"
VALUE "OriginalFilename", "SDL2_sound.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 0, 1, 0\0"
Expand Down

0 comments on commit 5ba4fda

Please sign in to comment.