diff --git a/general.h b/general.h index d4808d3c82..c7282d9cb9 100644 --- a/general.h +++ b/general.h @@ -30,7 +30,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.3.1" +#define PACKAGE_VERSION "1.3.2" #endif #ifdef __cplusplus diff --git a/input/input_autodetect.c b/input/input_autodetect.c index 628fd1481a..55ac2a01ea 100644 --- a/input/input_autodetect.c +++ b/input/input_autodetect.c @@ -330,7 +330,7 @@ bool input_config_autoconfigure_joypad(autoconfig_params_t *params) { char msg[PATH_MAX_LENGTH]; - RARCH_LOG("Autodetect: no profiles found for %s (%d/%d)", + RARCH_LOG("Autodetect: no profiles found for %s (%d/%d)\n", params->name, params->vid, params->pid); snprintf(msg, sizeof(msg), "%s (%ld/%ld) not configured", params->name, (long)params->vid, (long)params->pid); diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml index cd8cff50aa..c7aaa8a905 100644 --- a/pkg/wii/meta.xml +++ b/pkg/wii/meta.xml @@ -2,8 +2,8 @@ RetroArch Libretro - 1.3.0 - 2012-2015 + 1.3.2 + 2012-2016 The cross-platform entertainment system A port of RetroArch to the GameCube/Wii.