From bb29a2458f1b586c2e09f5d00fae757fdc989b69 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 8 Nov 2018 16:36:22 -0800 Subject: [PATCH] Bump version to 0.7.4 --- 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 9ab1693ad..151d103f8 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 3 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 4 #endif \ No newline at end of file