From e996acff6677c9d4517eb7fe6e20c9156632eb85 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 19 Jun 2019 12:41:51 -0700 Subject: [PATCH] Latest supported version is 8.1.0 --- common/include/atmosphere/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/include/atmosphere/version.h b/common/include/atmosphere/version.h index fd07c5b20..b0afdfc7b 100644 --- a/common/include/atmosphere/version.h +++ b/common/include/atmosphere/version.h @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - + #ifndef ATMOSPHERE_VERSION_H #define ATMOSPHERE_VERSION_H @@ -22,7 +22,7 @@ #define ATMOSPHERE_RELEASE_VERSION_MICRO 0 #define ATMOSPHERE_SUPPORTED_HOS_VERSION_MAJOR 8 -#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 0 -#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 1 +#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 1 +#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 0 #endif \ No newline at end of file