Update year to 2020

This commit is contained in:
raysan5
2020-01-05 20:01:54 +01:00
parent c20ccfe274
commit 21c30f43d4
37 changed files with 48 additions and 48 deletions

View File

@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEVERSION 2,6,0,0
PRODUCTVERSION 2,6,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@ -11,12 +11,12 @@ BEGIN
BEGIN
//VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)"
VALUE "FileVersion", "2.5.0"
VALUE "FileVersion", "2.6.0"
VALUE "InternalName", "raylib app"
VALUE "LegalCopyright", "(c) 2019 Ramon Santamaria (@raysan5)"
VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)"
//VALUE "OriginalFilename", "raylib_app.exe"
VALUE "ProductName", "raylib game"
VALUE "ProductVersion", "2.5.0"
VALUE "ProductVersion", "2.6.0"
END
END
BLOCK "VarFileInfo"