Rob Loach 4706891cae
Add RAYLIB_VERSION numbers to raylib.h (#2856)
Ran into an issue in raylib-cpp where a user was using raylib 4.5-dev, even though the library currently only targets 4.2. With having RAYLIB_VERSION_MAJOR and RAYLIB_VERSION_MINOR, we will be able to target different versions of raylib in different ways, via C preprocessor conditionals.

For example:
``` c
newColor = ColorTint(BLUE, RED);
TraceLog(LOG_INFO, "The color should be tinted, but this isn't supported in ryalib <= 4.2");
```
2023-01-22 15:29:29 +01:00
..
2023-01-01 16:00:56 +01:00
2023-01-21 18:52:31 +01:00
2022-08-02 00:36:31 +02:00
2023-01-01 16:07:51 +01:00
2018-09-26 16:02:42 +02:00
2023-01-01 16:07:51 +01:00
2023-01-01 16:00:56 +01:00
2023-01-10 12:16:42 +01:00
2023-01-01 16:00:56 +01:00
2023-01-01 16:00:56 +01:00
2022-02-18 20:30:46 +01:00
2023-01-01 16:07:51 +01:00
2023-01-01 16:07:51 +01:00