diff options
| author | raysan5 <raysan5@gmail.com> | 2017-07-02 19:29:21 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2017-07-02 19:29:21 +0200 |
| commit | 36fcffeaaef30cfece6694ce8976b92fd9b106c6 (patch) | |
| tree | 839bd4eaac4637864d3dc5b7bb2099db0f24824a /src | |
| parent | 6589c808b578732bc710c46fbc74ae73d427f99e (diff) | |
| download | raylib-36fcffeaaef30cfece6694ce8976b92fd9b106c6.tar.gz raylib-36fcffeaaef30cfece6694ce8976b92fd9b106c6.zip | |
Incremented version number for reference
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -412,7 +412,7 @@ static void *GamepadThread(void *arg); // Mouse reading thread // Initialize window and OpenGL context void InitWindow(int width, int height, const char *title) { - TraceLog(LOG_INFO, "Initializing raylib (v1.7.0)"); + TraceLog(LOG_INFO, "Initializing raylib (v1.8.0)"); // Store window title (could be useful...) windowTitle = title; @@ -475,7 +475,7 @@ void InitWindow(int width, int height, const char *title) // Initialize Android activity void InitWindow(int width, int height, void *state) { - TraceLog(LOG_INFO, "Initializing raylib (v1.7.0)"); + TraceLog(LOG_INFO, "Initializing raylib (v1.8.0)"); app_dummy(); |
