diff options
| author | raysan5 <[email protected]> | 2021-08-15 13:25:14 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-08-15 13:25:14 +0200 |
| commit | 462e7aec526ca2efe45b5d6066964b1f5ed251bb (patch) | |
| tree | 62df17c36c05b26ca2c2c78f68a761211f0accb3 | |
| parent | aae60e1e440ebd38573195ae81226f01d30f272b (diff) | |
| download | raylib-462e7aec526ca2efe45b5d6066964b1f5ed251bb.tar.gz raylib-462e7aec526ca2efe45b5d6066964b1f5ed251bb.zip | |
Updated `RAYLIB_VERSION` to `4.0-dev`
Several breaking changes have been done lately so I think it's better to mark raylib for next release as 4.0.
| -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 4c05aeed..2e963ddc 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 "3.8-dev" +#define RAYLIB_VERSION "4.0-dev" #ifndef RLAPI #define RLAPI // We are building or using rlgl as a static library (or Linux shared library) |
