summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2023-01-01 16:07:51 +0100
committerRay <[email protected]>2023-01-01 16:07:51 +0100
commite2a8066fca67fe39ab2b5113d748bb04cd310f6c (patch)
tree5dd305b1f69b462efa3a3dc13707d6921cf2a8a7
parentb59fab7ee6035886554778e8adc540deb3f29f4a (diff)
downloadraylib-e2a8066fca67fe39ab2b5113d748bb04cd310f6c.tar.gz
raylib-e2a8066fca67fe39ab2b5113d748bb04cd310f6c.zip
Update year to 2023
-rw-r--r--examples/core/core_2d_camera_mouse_zoom.c2
-rw-r--r--examples/models/models_draw_cube_texture.c2
-rw-r--r--examples/models/models_loading_m3d.c2
-rw-r--r--examples/shapes/reasings.h2
-rw-r--r--examples/shapes/shapes_top_down_lights.c2
-rw-r--r--examples/text/text_codepoints_loading.c2
-rw-r--r--examples/textures/textures_textured_curve.c2
-rw-r--r--src/raylib.dll.rc10
-rw-r--r--src/raylib.rc10
-rw-r--r--src/rtext.c4
-rw-r--r--src/utils.c4
-rw-r--r--src/utils.h2
12 files changed, 22 insertions, 22 deletions
diff --git a/examples/core/core_2d_camera_mouse_zoom.c b/examples/core/core_2d_camera_mouse_zoom.c
index 74ac7649..2e94d37a 100644
--- a/examples/core/core_2d_camera_mouse_zoom.c
+++ b/examples/core/core_2d_camera_mouse_zoom.c
@@ -7,7 +7,7 @@
* Example 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) 2022 Jeffery Myers (@JeffM2501)
+* Copyright (c) 2022-2023 Jeffery Myers (@JeffM2501)
*
********************************************************************************************/
diff --git a/examples/models/models_draw_cube_texture.c b/examples/models/models_draw_cube_texture.c
index b36e968f..e43c3c84 100644
--- a/examples/models/models_draw_cube_texture.c
+++ b/examples/models/models_draw_cube_texture.c
@@ -7,7 +7,7 @@
* Example 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) 2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2022-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/models/models_loading_m3d.c b/examples/models/models_loading_m3d.c
index 81968407..52dc9522 100644
--- a/examples/models/models_loading_m3d.c
+++ b/examples/models/models_loading_m3d.c
@@ -13,7 +13,7 @@
* Example 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) 2022 bzt (@bztsrc)
+* Copyright (c) 2022-2023 bzt (@bztsrc)
*
********************************************************************************************/
diff --git a/examples/shapes/reasings.h b/examples/shapes/reasings.h
index 8b14ba6a..657ea242 100644
--- a/examples/shapes/reasings.h
+++ b/examples/shapes/reasings.h
@@ -60,7 +60,7 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ---------------------------------------------------------------------------------
*
-* Copyright (c) 2015-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2015-2023 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/examples/shapes/shapes_top_down_lights.c b/examples/shapes/shapes_top_down_lights.c
index d75d46d7..b09137cb 100644
--- a/examples/shapes/shapes_top_down_lights.c
+++ b/examples/shapes/shapes_top_down_lights.c
@@ -9,7 +9,7 @@
* Example 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) 2022 Jeffery Myers (@JeffM2501)
+* Copyright (c) 2022-2023 Jeffery Myers (@JeffM2501)
*
********************************************************************************************/
diff --git a/examples/text/text_codepoints_loading.c b/examples/text/text_codepoints_loading.c
index c6854403..1f3db0cf 100644
--- a/examples/text/text_codepoints_loading.c
+++ b/examples/text/text_codepoints_loading.c
@@ -7,7 +7,7 @@
* Example 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) 2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2022-2023 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/examples/textures/textures_textured_curve.c b/examples/textures/textures_textured_curve.c
index 27667097..201b01fe 100644
--- a/examples/textures/textures_textured_curve.c
+++ b/examples/textures/textures_textured_curve.c
@@ -9,7 +9,7 @@
* Example 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) 2022 Jeffery Myers and Ramon Santamaria (@raysan5)
+* Copyright (c) 2022-2023 Jeffery Myers and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/src/raylib.dll.rc b/src/raylib.dll.rc
index 4380d978..c2a42dca 100644
--- a/src/raylib.dll.rc
+++ b/src/raylib.dll.rc
@@ -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"
diff --git a/src/raylib.rc b/src/raylib.rc
index 98401705..6a954653 100644
--- a/src/raylib.rc
+++ b/src/raylib.rc
@@ -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 application (www.raylib.com)"
- VALUE "FileVersion", "4.2.0"
+ VALUE "FileVersion", "4.5.0"
VALUE "InternalName", "raylib app"
- VALUE "LegalCopyright", "(c) 2022 Ramon Santamaria (@raysan5)"
+ VALUE "LegalCopyright", "(c) 2023 Ramon Santamaria (@raysan5)"
//VALUE "OriginalFilename", "raylib_app.exe"
VALUE "ProductName", "raylib app"
- VALUE "ProductVersion", "4.2.0"
+ VALUE "ProductVersion", "4.5.0"
END
END
BLOCK "VarFileInfo"
diff --git a/src/rtext.c b/src/rtext.c
index 1eb8f453..f9838670 100644
--- a/src/rtext.c
+++ b/src/rtext.c
@@ -30,7 +30,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2013-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2023 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.
@@ -867,7 +867,7 @@ bool ExportFontAsCode(Font font, const char *fileName)
byteCount += sprintf(txtData + byteCount, "// more info and bugs-report: github.com/raysan5/raylib //\n");
byteCount += sprintf(txtData + byteCount, "// feedback and support: ray[at]raylib.com //\n");
byteCount += sprintf(txtData + byteCount, "// //\n");
- byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2018-2022 Ramon Santamaria (@raysan5) //\n");
+ byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2018-2023 Ramon Santamaria (@raysan5) //\n");
byteCount += sprintf(txtData + byteCount, "// //\n");
byteCount += sprintf(txtData + byteCount, "// ---------------------------------------------------------------------------------- //\n");
byteCount += sprintf(txtData + byteCount, "// //\n");
diff --git a/src/utils.c b/src/utils.c
index b165449b..030e5973 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -11,7 +11,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2023 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.
@@ -290,7 +290,7 @@ bool ExportDataAsCode(const unsigned char *data, unsigned int size, const char *
byteCount += sprintf(txtData + byteCount, "// more info and bugs-report: github.com/raysan5/raylib //\n");
byteCount += sprintf(txtData + byteCount, "// feedback and support: ray[at]raylib.com //\n");
byteCount += sprintf(txtData + byteCount, "// //\n");
- byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2022 Ramon Santamaria (@raysan5) //\n");
+ byteCount += sprintf(txtData + byteCount, "// Copyright (c) 2022-2023 Ramon Santamaria (@raysan5) //\n");
byteCount += sprintf(txtData + byteCount, "// //\n");
byteCount += sprintf(txtData + byteCount, "////////////////////////////////////////////////////////////////////////////////////////\n\n");
diff --git a/src/utils.h b/src/utils.h
index a2b3e03c..ff8246a7 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -5,7 +5,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2023 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.