From bef809d841adf3b008cf51c08be4f3ff6d94807c Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 27 May 2019 13:03:14 +0200 Subject: [PATCH] Setup version for release --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index dd365f1ff..72d602e66 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ * **********************************************************************************************/ -#define RAYLIB_VERSION "2.5-dev" +#define RAYLIB_VERSION "2.5" // Edit to control what features Makefile'd raylib is compiled with #if defined(RAYLIB_CMAKE)