From 439e73a8ece912f2a7df5f4c0ed7fc6fb7673672 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 7 Aug 2019 00:33:33 +0200 Subject: [PATCH] Change raylib version to 2.6-dev --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 07cf5fe74..050cce183 100644 --- a/src/config.h +++ b/src/config.h @@ -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)