Update year to 2023

This commit is contained in:
Ray
2023-01-01 16:07:51 +01:00
parent b59fab7ee6
commit e2a8066fca
12 changed files with 22 additions and 22 deletions

View File

@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
FILEVERSION 4,2,0,0
PRODUCTVERSION 4,2,0,0
FILEVERSION 4,5,0,0
PRODUCTVERSION 4,5,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@ -11,12 +11,12 @@ BEGIN
BEGIN
//VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib dynamic library (www.raylib.com)"
VALUE "FileVersion", "4.2.0"
VALUE "FileVersion", "4.5.0"
VALUE "InternalName", "raylib.dll"
VALUE "LegalCopyright", "(c) 2022 Ramon Santamaria (@raysan5)"
VALUE "LegalCopyright", "(c) 2023 Ramon Santamaria (@raysan5)"
VALUE "OriginalFilename", "raylib.dll"
VALUE "ProductName", "raylib"
VALUE "ProductVersion", "4.2.0"
VALUE "ProductVersion", "4.5.0"
END
END
BLOCK "VarFileInfo"