Skip to content

Commit fbce5e7

Browse files
committed
Bump rlgl version to 6.0, after the low-level shaders API redesign, aligned with raylib 6.0
1 parent 18756bb commit fbce5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rlgl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************************************
22
*
3-
* rlgl v5.0 - A multi-OpenGL abstraction layer with an immediate-mode style API
3+
* rlgl v6.0 - A multi-OpenGL abstraction layer with an immediate-mode style API
44
*
55
* DESCRIPTION:
66
* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0, ES 3.0)
@@ -107,7 +107,7 @@
107107
#ifndef RLGL_H
108108
#define RLGL_H
109109

110-
#define RLGL_VERSION "5.0"
110+
#define RLGL_VERSION "6.0"
111111

112112
// Function specifiers in case library is build/used as a shared library
113113
// NOTE: Microsoft specifiers to tell compiler that symbols are imported/exported from a .dll

0 commit comments

Comments
 (0)