From 38fc51c6ef35dfd9d0bd02446144317d85fc0f5d Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 18 Mar 2020 16:19:59 -0700 Subject: [PATCH] ams: bump version to 0.10.5 in prep for release later tonight --- libstratosphere/source/ams/ams_bpc.c | 4 ++-- libvapours/include/vapours/ams/ams_api_version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libstratosphere/source/ams/ams_bpc.c b/libstratosphere/source/ams/ams_bpc.c index 7f46a7c6..d04a69b7 100644 --- a/libstratosphere/source/ams/ams_bpc.c +++ b/libstratosphere/source/ams/ams_bpc.c @@ -38,9 +38,9 @@ Service *amsBpcGetServiceSession(void) { Result amsBpcRebootToFatalError(void *ctx) { /* Note: this takes in an sts::ams::FatalErrorContext. */ - /* static_assert(sizeof() == 0x350) is done at type definition. */ + /* static_assert(sizeof() == 0x450) is done at type definition. */ return serviceDispatch(&g_amsBpcSrv, 65000, .buffer_attrs = { SfBufferAttr_In | SfBufferAttr_HipcMapAlias | SfBufferAttr_FixedSize }, - .buffers = { { ctx, 0x350 } }, + .buffers = { { ctx, 0x450 } }, ); } diff --git a/libvapours/include/vapours/ams/ams_api_version.h b/libvapours/include/vapours/ams/ams_api_version.h index b443a597..986ac169 100644 --- a/libvapours/include/vapours/ams/ams_api_version.h +++ b/libvapours/include/vapours/ams/ams_api_version.h @@ -17,7 +17,7 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 10 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 4 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 5 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO