diff options
| author | raysan5 <[email protected]> | 2018-12-26 13:26:34 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-12-26 13:26:34 +0100 |
| commit | 01338b0a14f053d281970a32595bc531e8c70885 (patch) | |
| tree | e1ecfd3f4e4aa18ebcaa35b95746d1b1695c86ad /src/config.h | |
| parent | 9a8320c52bf179633c33f16d4f0adbf57f820b1b (diff) | |
| download | raylib-01338b0a14f053d281970a32595bc531e8c70885.tar.gz raylib-01338b0a14f053d281970a32595bc531e8c70885.zip | |
WARNING: BREAKING CHANGE
Added a bunch of useful text management functions.
Consequently, some already available functions like `FormatText()` and `SubText()` has been renamed for consistency. Created temporal fallbacks for old names.
raylib version bumped to 2.3.
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 baafb934..6d16207c 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ * **********************************************************************************************/ -#define RAYLIB_VERSION "2.2-dev" +#define RAYLIB_VERSION "2.3-dev" // Edit to control what features Makefile'd raylib is compiled with #if defined(RAYLIB_CMAKE) |
