mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 10:18:14 +00:00
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.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user