From a4ce117292cc86e951d82666f4e13bc1dc40443f Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 9 Mar 2020 17:58:20 -0700 Subject: [PATCH] ams: bump version to 0.10.4 --- libvapours/include/vapours/ams/ams_api_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvapours/include/vapours/ams/ams_api_version.h b/libvapours/include/vapours/ams/ams_api_version.h index 6b739942..b443a597 100644 --- a/libvapours/include/vapours/ams/ams_api_version.h +++ b/libvapours/include/vapours/ams/ams_api_version.h @@ -17,7 +17,7 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 10 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 3 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 4 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO