Skip to content

Commit

Permalink
Update raylib version to **raylib 5.0**
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Nov 2, 2023
1 parent 3c3e311 commit 301d1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raylib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 301d1b8

Please sign in to comment.