From 31c1338dba31e6aef4e20a40c7332c45a1a0aedb Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 11 Nov 2018 20:04:18 -0800 Subject: [PATCH] Bump version number to 0.7.5 --- 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 151d103f8..3b3834f34 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 4 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 5 #endif \ No newline at end of file