diff options
| author | Ray <[email protected]> | 2018-03-15 12:37:52 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-03-15 12:37:52 +0100 |
| commit | 487bc613fda9c3afc3d2020a155284caf9ebc715 (patch) | |
| tree | eaff0c4d087b6e1597a31f95261836e49f42af6a /src | |
| parent | 9d8f15c19d473af3336b336e41a71c3ae5348dcb (diff) | |
| download | raylib-487bc613fda9c3afc3d2020a155284caf9ebc715.tar.gz raylib-487bc613fda9c3afc3d2020a155284caf9ebc715.zip | |
Updated raylib dev version
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 4 | ||||
| -rw-r--r-- | src/raylib.h | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -431,7 +431,7 @@ static void *GamepadThread(void *arg); // Mouse reading thread // NOTE: data parameter could be used to pass any kind of required data to the initialization void InitWindow(int width, int height, void *data) { - TraceLog(LOG_INFO, "Initializing raylib (v1.9.4-dev)"); + TraceLog(LOG_INFO, "Initializing raylib (v1.9.5-dev)"); #if defined(PLATFORM_DESKTOP) windowTitle = (char *)data; @@ -502,7 +502,7 @@ void InitWindow(int width, int height, void *data) // NOTE: data parameter could be used to pass any kind of required data to the initialization void InitWindow(int width, int height, void *data) { - TraceLog(LOG_INFO, "Initializing raylib (v1.9.4-dev)"); + TraceLog(LOG_INFO, "Initializing raylib (v1.9.5-dev)"); screenWidth = width; screenHeight = height; diff --git a/src/raylib.h b/src/raylib.h index 909d37cc..ba2ebc36 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1,6 +1,6 @@ /********************************************************************************************** * -* raylib v1.9.4-dev +* raylib v1.9.5-dev * * A simple and easy-to-use library to learn videogames programming (www.raylib.com) * |
