From d502f3fa3fba2a091783f01e15f82b29a126bebd Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 17 Oct 2018 17:32:18 -0700 Subject: [PATCH] Atmosphere: Bump version to 0.7.1 --- 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 6c0c59fbec..c791c151d2 100644 --- a/common/include/atmosphere/version.h +++ b/common/include/atmosphere/version.h @@ -19,6 +19,6 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 7 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 0 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 1 #endif \ No newline at end of file