From a487efad6bbc536401a6ea2b897a579e38307c07 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 16 Jul 2025 10:23:05 -0700 Subject: [PATCH] ams: bump version, add 1.9.2 changelog --- docs/changelog.md | 4 ++++ libraries/libvapours/include/vapours/ams/ams_api_version.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d23789cb0..7b4fe0698 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,8 @@ # Changelog +## 1.9.2 ++ Basic support was added for 20.2.0. ++ USB 3.0 support force-enable was fixed for 20.1.0+. ++ General system stability improvements to enhance the user's experience. ## 1.9.1 + Basic support was added for 20.1.0. + General system stability improvements to enhance the user's experience. diff --git a/libraries/libvapours/include/vapours/ams/ams_api_version.h b/libraries/libvapours/include/vapours/ams/ams_api_version.h index aa16aa0e2..ce39c8a49 100644 --- a/libraries/libvapours/include/vapours/ams/ams_api_version.h +++ b/libraries/libvapours/include/vapours/ams/ams_api_version.h @@ -17,10 +17,10 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 1 #define ATMOSPHERE_RELEASE_VERSION_MINOR 9 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 1 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 2 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO #define ATMOSPHERE_SUPPORTED_HOS_VERSION_MAJOR 20 -#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 1 +#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 2 #define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 0