diff options
| author | Ray <[email protected]> | 2018-04-09 23:01:20 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-04-09 23:01:20 +0200 |
| commit | 8e44f7b3c7362ca03f408b711a9baea41640ceac (patch) | |
| tree | 9198e3920e3bbea4f17695daafd4b78bd5d82b7b /src/core.c | |
| parent | 54e24d905aabd0d084a924b66b8437428e436bf2 (diff) | |
| download | raylib-8e44f7b3c7362ca03f408b711a9baea41640ceac.tar.gz raylib-8e44f7b3c7362ca03f408b711a9baea41640ceac.zip | |
Reviewed config.h formatting
Added raylib version to config
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -448,7 +448,7 @@ struct android_app *GetAndroidApp(void) // NOTE: data parameter could be used to pass any kind of required data to the initialization void InitWindow(int width, int height, const char *title) { - TraceLog(LOG_INFO, "Initializing raylib (v1.9.6-dev)"); + TraceLog(LOG_INFO, "Initializing raylib %s", RAYLIB_VERSION); windowTitle = title; #if defined(PLATFORM_ANDROID) |
