diff options
| author | Ray <[email protected]> | 2019-04-05 13:44:04 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-04-05 13:44:04 +0200 |
| commit | 0f9fe34c3a9228eaa3ffdb3be3f52ba586d1ddfa (patch) | |
| tree | 0376f317488a88039ee040d7721670758bdf41bc /src/config.h | |
| parent | 92733d6695e0cdab3b42972f2cd6ed48d98ec689 (diff) | |
| download | raylib-0f9fe34c3a9228eaa3ffdb3be3f52ba586d1ddfa.tar.gz raylib-0f9fe34c3a9228eaa3ffdb3be3f52ba586d1ddfa.zip | |
Start setting things up for raylib 2.5
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 4174ed71..561bcfd3 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ * **********************************************************************************************/ -#define RAYLIB_VERSION "2.4-dev" +#define RAYLIB_VERSION "2.5-dev" // Edit to control what features Makefile'd raylib is compiled with #if defined(RAYLIB_CMAKE) |
