diff options
| author | Ray <[email protected]> | 2019-01-10 16:32:40 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-01-10 16:32:40 +0100 |
| commit | 93471b0a7c75fc675f27fc74dfda281eb8310a7a (patch) | |
| tree | b626b2cbe7ade9c8d180f25d16969a2f92992d0f /src/config.h | |
| parent | 64fd131ed584d063e4f1ee63050d19ca8413a32a (diff) | |
| download | raylib-93471b0a7c75fc675f27fc74dfda281eb8310a7a.tar.gz raylib-93471b0a7c75fc675f27fc74dfda281eb8310a7a.zip | |
WARNING: Renamed module: audio -> raudio
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change.
Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library!
Consequently, raylib version has been bumped to 2.4-dev.
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 6d16207c..d45ff707 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ * **********************************************************************************************/ -#define RAYLIB_VERSION "2.3-dev" +#define RAYLIB_VERSION "2.4-dev" // Edit to control what features Makefile'd raylib is compiled with #if defined(RAYLIB_CMAKE) |
