aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-10-01 15:29:34 +0200
committerRay <raysan5@gmail.com>2018-10-01 15:29:34 +0200
commitecb787d76f2b18d44570ddfd1774d1140c9ab03a (patch)
treebdb5248c329beed6e148d7d371059e8abc72141a
parent47fab2f54d569554a185d820050a7a78826ae734 (diff)
downloadraylib-ecb787d76f2b18d44570ddfd1774d1140c9ab03a.tar.gz
raylib-ecb787d76f2b18d44570ddfd1774d1140c9ab03a.zip
Update version number (internally)
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index c2238a79..47cc8068 100644
--- a/src/config.h
+++ b/src/config.h
@@ -25,7 +25,7 @@
*
**********************************************************************************************/
-#define RAYLIB_VERSION "2.0"
+#define RAYLIB_VERSION "2.1-dev"
// Edit to control what features Makefile'd raylib is compiled with
#if defined(RAYLIB_CMAKE)