diff options
| author | raysan5 <[email protected]> | 2020-01-05 20:01:54 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-01-05 20:01:54 +0100 |
| commit | 21c30f43d47a4cb6b4cb31de95827b79ba01d030 (patch) | |
| tree | c3bb280aecb4e2120fdec56eff011963b78e8483 /src | |
| parent | c20ccfe274f94d29dcf1a1f84048a57d56dedce6 (diff) | |
| download | raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.tar.gz raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.zip | |
Update year to 2020
Diffstat (limited to 'src')
| -rw-r--r-- | src/camera.h | 2 | ||||
| -rw-r--r-- | src/config.h | 6 | ||||
| -rw-r--r-- | src/core.c | 2 | ||||
| -rw-r--r-- | src/gestures.h | 2 | ||||
| -rw-r--r-- | src/models.c | 2 | ||||
| -rw-r--r-- | src/raudio.c | 2 | ||||
| -rw-r--r-- | src/raudio.h | 2 | ||||
| -rw-r--r-- | src/raylib.dll.rc | 10 | ||||
| -rw-r--r-- | src/raylib.h | 2 | ||||
| -rw-r--r-- | src/raylib.rc | 10 | ||||
| -rw-r--r-- | src/raymath.h | 2 | ||||
| -rw-r--r-- | src/rglfw.c | 2 | ||||
| -rw-r--r-- | src/rlgl.h | 2 | ||||
| -rw-r--r-- | src/shapes.c | 2 | ||||
| -rw-r--r-- | src/text.c | 2 | ||||
| -rw-r--r-- | src/textures.c | 4 | ||||
| -rw-r--r-- | src/utils.c | 2 | ||||
| -rw-r--r-- | src/utils.h | 2 |
18 files changed, 29 insertions, 29 deletions
diff --git a/src/camera.h b/src/camera.h index 6ce6b65f..42ffe12e 100644 --- a/src/camera.h +++ b/src/camera.h @@ -22,7 +22,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2015-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/config.h b/src/config.h index 169eefd2..fc250d65 100644 --- a/src/config.h +++ b/src/config.h @@ -6,7 +6,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2018-2019 Ahmad Fatoum & Ramon Santamaria (@raysan5) +* Copyright (c) 2018-2020 Ahmad Fatoum & Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. @@ -84,9 +84,9 @@ //#define SUPPORT_FILEFORMAT_BMP 1 //#define SUPPORT_FILEFORMAT_TGA 1 //#define SUPPORT_FILEFORMAT_JPG 1 -//#define SUPPORT_FILEFORMAT_GIF 1 +#define SUPPORT_FILEFORMAT_GIF 1 //#define SUPPORT_FILEFORMAT_PSD 1 -//#define SUPPORT_FILEFORMAT_DDS 1 +#define SUPPORT_FILEFORMAT_DDS 1 #define SUPPORT_FILEFORMAT_HDR 1 //#define SUPPORT_FILEFORMAT_KTX 1 //#define SUPPORT_FILEFORMAT_ASTC 1 @@ -88,7 +88,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/gestures.h b/src/gestures.h index 7b3d7f31..baa42c7a 100644 --- a/src/gestures.h +++ b/src/gestures.h @@ -24,7 +24,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/models.c b/src/models.c index 75248942..da7cde78 100644 --- a/src/models.c +++ b/src/models.c @@ -17,7 +17,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/raudio.c b/src/raudio.c index a2093d84..3e129f54 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -46,7 +46,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/raudio.h b/src/raudio.h index f5315005..a8129b87 100644 --- a/src/raudio.h +++ b/src/raudio.h @@ -31,7 +31,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/raylib.dll.rc b/src/raylib.dll.rc index e5dca309..0ba8c8a8 100644 --- a/src/raylib.dll.rc +++ b/src/raylib.dll.rc @@ -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 dynamic library (www.raylib.com)" - VALUE "FileVersion", "2.5.0" + VALUE "FileVersion", "2.6.0" VALUE "InternalName", "raylib_dll" - VALUE "LegalCopyright", "(c) 2019 Ramon Santamaria (@raysan5)" + VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)" //VALUE "OriginalFilename", "raylib.dll" VALUE "ProductName", "raylib" - VALUE "ProductVersion", "2.5.0" + VALUE "ProductVersion", "2.6.0" END END BLOCK "VarFileInfo" diff --git a/src/raylib.h b/src/raylib.h index 868c8a98..018779a1 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -52,7 +52,7 @@ * raylib is licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software: * -* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/raylib.rc b/src/raylib.rc index 4d204c65..87f1ee63 100644 --- a/src/raylib.rc +++ b/src/raylib.rc @@ -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" diff --git a/src/raymath.h b/src/raymath.h index 12ea76b4..18b154c2 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -20,7 +20,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2015-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/rglfw.c b/src/rglfw.c index b05ff3c7..840805ac 100644 --- a/src/rglfw.c +++ b/src/rglfw.c @@ -7,7 +7,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2017-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2017-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. @@ -39,7 +39,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/shapes.c b/src/shapes.c index 5aef9739..0c533df0 100644 --- a/src/shapes.c +++ b/src/shapes.c @@ -14,7 +14,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. @@ -27,7 +27,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/textures.c b/src/textures.c index edcf6712..85063830 100644 --- a/src/textures.c +++ b/src/textures.c @@ -38,7 +38,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2013-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. @@ -871,7 +871,7 @@ void ExportImageAsCode(Image image, const char *fileName) fprintf(txtFile, "// more info and bugs-report: github.com/raysan5/raylib //\n"); fprintf(txtFile, "// feedback and support: ray[at]raylib.com //\n"); fprintf(txtFile, "// //\n"); - fprintf(txtFile, "// Copyright (c) 2019 Ramon Santamaria (@raysan5) //\n"); + fprintf(txtFile, "// Copyright (c) 2020 Ramon Santamaria (@raysan5) //\n"); fprintf(txtFile, "// //\n"); fprintf(txtFile, "////////////////////////////////////////////////////////////////////////////////////////\n\n"); diff --git a/src/utils.c b/src/utils.c index 8aad9f44..2988cbf8 100644 --- a/src/utils.c +++ b/src/utils.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/utils.h b/src/utils.h index 98c2f59c..31c54aa5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -5,7 +5,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2019 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2020 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. |
