diff options
| author | Ray <[email protected]> | 2018-07-11 16:40:08 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-07-11 16:40:08 +0200 |
| commit | 9e2c418a921f667402f2e2812af7364b27389b0e (patch) | |
| tree | 2e6c8624d73cb74a1b55a22823f11d460f99565c | |
| parent | eb296a560538b99d3eae88e1fa35f5108e9ce4a5 (diff) | |
| download | raylib-9e2c418a921f667402f2e2812af7364b27389b0e.tar.gz raylib-9e2c418a921f667402f2e2812af7364b27389b0e.zip | |
Removed dev from version
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index aea23b41..ea98897c 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) |
