summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2018-07-11 16:40:08 +0200
committerRay <[email protected]>2018-07-11 16:40:08 +0200
commit9e2c418a921f667402f2e2812af7364b27389b0e (patch)
tree2e6c8624d73cb74a1b55a22823f11d460f99565c
parenteb296a560538b99d3eae88e1fa35f5108e9ce4a5 (diff)
downloadraylib-9e2c418a921f667402f2e2812af7364b27389b0e.tar.gz
raylib-9e2c418a921f667402f2e2812af7364b27389b0e.zip
Removed dev from version
-rw-r--r--src/config.h2
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)