Change raylib version to 2.6-dev

This commit is contained in:
Ray 2019-08-07 00:33:33 +02:00
parent 3d5fa81bf2
commit 439e73a8ec
1 changed files with 1 additions and 1 deletions

View File

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