From 422dce69743883989d3978a4f69d976f831dbfef Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 22 May 2019 12:30:37 -0700 Subject: [PATCH] ams: bump version to 0.8.10 --- common/include/atmosphere/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/atmosphere/version.h b/common/include/atmosphere/version.h index 5c95d218b..6aaf662fb 100644 --- a/common/include/atmosphere/version.h +++ b/common/include/atmosphere/version.h @@ -19,7 +19,7 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 8 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 9 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 10 #define ATMOSPHERE_SUPPORTED_HOS_VERSION_MAJOR 8 #define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 0