summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2023-11-02 18:18:27 +0100
committerRay <[email protected]>2023-11-02 18:18:27 +0100
commit301d1b85ab62b13d072a0430668602398b382104 (patch)
tree3574d697841cba88ae47e7c6617b8ce55f554c9d /src
parent3c3e311190215451f31b7ea868f7950a8bed909f (diff)
downloadraylib-301d1b85ab62b13d072a0430668602398b382104.tar.gz
raylib-301d1b85ab62b13d072a0430668602398b382104.zip
Update raylib version to **raylib 5.0**
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 3f6328ad..c732d8ef 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -84,7 +84,7 @@
#define RAYLIB_VERSION_MAJOR 5
#define RAYLIB_VERSION_MINOR 0
#define RAYLIB_VERSION_PATCH 0
-#define RAYLIB_VERSION "5.0-dev"
+#define RAYLIB_VERSION "5.0"
// Function specifiers in case library is build/used as a shared library (Windows)
// NOTE: Microsoft specifiers to tell compiler that symbols are imported/exported from a .dll