From 9e2c418a921f667402f2e2812af7364b27389b0e Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 11 Jul 2018 16:40:08 +0200 Subject: [PATCH] Removed dev from version --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index aea23b418..ea98897c7 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ * **********************************************************************************************/ -#define RAYLIB_VERSION "2.0-dev" +#define RAYLIB_VERSION "2.0" // Edit to control what features Makefile'd raylib is compiled with #if defined(RAYLIB_CMAKE)