Start setting things up for raylib 2.5

This commit is contained in:
Ray 2019-04-05 13:44:04 +02:00
parent 92733d6695
commit 0f9fe34c3a
5 changed files with 19 additions and 8 deletions

View file

@ -25,7 +25,7 @@
*
**********************************************************************************************/
#define RAYLIB_VERSION "2.4-dev"
#define RAYLIB_VERSION "2.5-dev"
// Edit to control what features Makefile'd raylib is compiled with
#if defined(RAYLIB_CMAKE)