summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorMute <[email protected]>2024-04-13 23:33:21 +0200
committerGitHub <[email protected]>2024-04-13 23:33:21 +0200
commit214b1997a8fba0e60ed92352c908823a53eb3a8d (patch)
tree9d712034bb53597a9365c59da516cd3e1d27693e /src/rlgl.h
parentb3dfa2d8abff549a9a9129f7ef2462ef1261ac4d (diff)
downloadraylib-214b1997a8fba0e60ed92352c908823a53eb3a8d.tar.gz
raylib-214b1997a8fba0e60ed92352c908823a53eb3a8d.zip
Changed RLGL_VERSION from "4.5" to "5.0 (#3914)
Line 110 of file rlgl.h is the one in question.
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 87cff4ef..c5c51319 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -107,7 +107,7 @@
#ifndef RLGL_H
#define RLGL_H
-#define RLGL_VERSION "4.5"
+#define RLGL_VERSION "5.0"
// Function specifiers in case library is build/used as a shared library
// NOTE: Microsoft specifiers to tell compiler that symbols are imported/exported from a .dll