diff --git a/src/gz/gz.c b/src/gz/gz.c index 0760aa6d..b9d8772c 100644 --- a/src/gz/gz.c +++ b/src/gz/gz.c @@ -1683,7 +1683,7 @@ void main_hook() --splash_time; gfx_mode_set(GFX_MODE_COLOR, GPACK_RGBA8888(0xC0, 0x00, 0x00, alpha)); gfx_printf(font, 16, Z64_SCREEN_HEIGHT - 6 - ch, - "gz-0.3.0 github.com/glankk/gz"); + "gz-0.3.1 github.com/glankk/gz"); static struct gfx_texture *logo_texture = NULL; if (!logo_texture) logo_texture = resource_load_grc_texture("logo");