summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorRay <[email protected]>2023-03-14 13:06:17 +0100
committerRay <[email protected]>2023-03-14 13:06:17 +0100
commit975c70d2b790cab053ca2d5fa84e42809a4aeeee (patch)
tree7d62c8722ca6a3a4ba5b28be029c4a2980c00eed /src/rlgl.h
parenta6300d828ae77c3021655fcd88d26c4bf8f69de1 (diff)
downloadraylib-975c70d2b790cab053ca2d5fa84e42809a4aeeee.tar.gz
raylib-975c70d2b790cab053ca2d5fa84e42809a4aeeee.zip
Update rlgl.h
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 66a34964..86208de4 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -1,6 +1,6 @@
/**********************************************************************************************
*
-* rlgl v4.2 - A multi-OpenGL abstraction layer with an immediate-mode style API
+* rlgl v4.5 - A multi-OpenGL abstraction layer with an immediate-mode style API
*
* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0)
* that provides a pseudo-OpenGL 1.1 immediate-mode style API (rlVertex, rlTranslate, rlRotate...)
@@ -106,7 +106,7 @@
#ifndef RLGL_H
#define RLGL_H
-#define RLGL_VERSION "4.2"
+#define RLGL_VERSION "4.5"
// Function specifiers in case library is build/used as a shared library (Windows)
// NOTE: Microsoft specifiers to tell compiler that symbols are imported/exported from a .dll