From ecb787d76f2b18d44570ddfd1774d1140c9ab03a Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 1 Oct 2018 15:29:34 +0200 Subject: [PATCH] Update version number (internally) --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index c2238a796..47cc80688 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ * **********************************************************************************************/ -#define RAYLIB_VERSION "2.0" +#define RAYLIB_VERSION "2.1-dev" // Edit to control what features Makefile'd raylib is compiled with #if defined(RAYLIB_CMAKE)