From a6cfbae1ff291c19a42f7fb5776b2e0b22389305 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 24 Oct 2018 14:08:55 -0700 Subject: [PATCH] Bump version to 0.7.3 --- 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 30fecc9e8..9ab1693ad 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 2 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 3 #endif \ No newline at end of file