summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-01-05 20:01:54 +0100
committerraysan5 <[email protected]>2020-01-05 20:01:54 +0100
commit21c30f43d47a4cb6b4cb31de95827b79ba01d030 (patch)
treec3bb280aecb4e2120fdec56eff011963b78e8483 /src
parentc20ccfe274f94d29dcf1a1f84048a57d56dedce6 (diff)
downloadraylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.tar.gz
raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.zip
Update year to 2020
Diffstat (limited to 'src')
-rw-r--r--src/camera.h2
-rw-r--r--src/config.h6
-rw-r--r--src/core.c2
-rw-r--r--src/gestures.h2
-rw-r--r--src/models.c2
-rw-r--r--src/raudio.c2
-rw-r--r--src/raudio.h2
-rw-r--r--src/raylib.dll.rc10
-rw-r--r--src/raylib.h2
-rw-r--r--src/raylib.rc10
-rw-r--r--src/raymath.h2
-rw-r--r--src/rglfw.c2
-rw-r--r--src/rlgl.h2
-rw-r--r--src/shapes.c2
-rw-r--r--src/text.c2
-rw-r--r--src/textures.c4
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
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
diff --git a/src/core.c b/src/core.c
index ef37ba2a..1d5e7941 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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.
diff --git a/src/rlgl.h b/src/rlgl.h
index 01ec3331..07bab497 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -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.
diff --git a/src/text.c b/src/text.c
index 0ebec3c2..1863c76d 100644
--- a/src/text.c
+++ b/src/text.c
@@ -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.