diff options
| author | Dennis E. Hamilton <[email protected]> | 2023-11-18 11:01:02 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-18 20:01:02 +0100 |
| commit | f607cac267ae21e9b6392dc510f389b43c9e63f4 (patch) | |
| tree | bc85c8b08d5e937f4a3a2ccefccf424fddf08e55 /src | |
| parent | ae50bfa2cc569c0f8d5bc4315d39db64005b1b08 (diff) | |
| download | raylib-f607cac267ae21e9b6392dc510f389b43c9e63f4.tar.gz raylib-f607cac267ae21e9b6392dc510f389b43c9e63f4.zip | |
Preparing for 5.1-dev (#3550)
Adjusting raylib.h to reflect post-5.0 changes now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/raylib.h b/src/raylib.h index 1c4c4a09..6ea00300 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1,6 +1,6 @@ /********************************************************************************************** * -* raylib v5.0 - A simple and easy-to-use library to enjoy videogames programming (www.raylib.com) +* raylib v5.1-dev - A simple and easy-to-use library to enjoy videogames programming (www.raylib.com) * * FEATURES: * - NO external dependencies, all required libraries included with raylib @@ -82,9 +82,9 @@ #include <stdarg.h> // Required for: va_list - Only used by TraceLogCallback #define RAYLIB_VERSION_MAJOR 5 -#define RAYLIB_VERSION_MINOR 0 +#define RAYLIB_VERSION_MINOR 1 #define RAYLIB_VERSION_PATCH 0 -#define RAYLIB_VERSION "5.0" +#define RAYLIB_VERSION "5.1-dev" // 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 |
