diff --git a/src/libsuperderpy.c b/src/libsuperderpy.c index 5ef6c41..2263012 100644 --- a/src/libsuperderpy.c +++ b/src/libsuperderpy.c @@ -194,7 +194,7 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char* SetupViewport(game, viewport); - PrintConsole(game, "libsuperderpy"); + PrintConsole(game, "libsuperderpy 2"); PrintConsole(game, "OpenGL%s (%08X)", al_get_opengl_variant() == ALLEGRO_OPENGL_ES ? " ES" : "", al_get_opengl_version()); PrintConsole(game, "Max bitmap size: %d", al_get_display_option(game->display, ALLEGRO_MAX_BITMAP_SIZE));