diff options
| author | Ray <[email protected]> | 2021-09-27 17:52:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-27 17:52:15 +0200 |
| commit | 2474d50dbadb158313ca67fb500a0a48b13abdbe (patch) | |
| tree | 4b6f7ac9c427ebc6c4f419816e9f405c314e7fe9 /src | |
| parent | e40ece55d51b716b2eea8bd6e7796e65dc5f2324 (diff) | |
| download | raylib-2474d50dbadb158313ca67fb500a0a48b13abdbe.tar.gz raylib-2474d50dbadb158313ca67fb500a0a48b13abdbe.zip | |
Update raylib.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 457bb89c..d74d6121 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -81,7 +81,7 @@ #include <stdarg.h> // Required for: va_list - Only used by TraceLogCallback -#define RAYLIB_VERSION "4.0-dev" +#define RAYLIB_VERSION "4.0" #ifndef RLAPI #define RLAPI // We are building or using rlgl as a static library (or Linux shared library) |
