From e61bb00d7a7c7ee1ad7dcace51915dced0d6053e Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 22 Oct 2018 13:39:15 -0700 Subject: [PATCH] Atmosphere: bump version to 0.7.2 --- 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 c791c151d2..30fecc9e83 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 1 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 2 #endif \ No newline at end of file