Set version for raylib 3.5

This commit is contained in:
Ray 2020-12-19 20:38:49 +01:00
parent d82113ec34
commit 976932e05e
4 changed files with 5 additions and 5 deletions

View file

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