aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-27 13:03:14 +0200
committerRay <raysan5@gmail.com>2019-05-27 13:03:14 +0200
commitbef809d841adf3b008cf51c08be4f3ff6d94807c (patch)
tree4b78b6796add14c95e706d3961deb1ab73f7cd88 /src
parent87774a0a21f8d2998b4dc13e989005270476ae92 (diff)
downloadraylib-bef809d841adf3b008cf51c08be4f3ff6d94807c.tar.gz
raylib-bef809d841adf3b008cf51c08be4f3ff6d94807c.zip
Setup version for release
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index dd365f1f..72d602e6 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)