From 9905db08ec907807c6067bbbfcc57904d22f8542 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 14 Apr 2020 03:34:35 -0700 Subject: [PATCH] 10.0.0 + a new sysmodule reimplementation probably merits 0.11.0 --- libvapours/include/vapours/ams/ams_api_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvapours/include/vapours/ams/ams_api_version.h b/libvapours/include/vapours/ams/ams_api_version.h index 8134c40e..4c48e460 100644 --- a/libvapours/include/vapours/ams/ams_api_version.h +++ b/libvapours/include/vapours/ams/ams_api_version.h @@ -16,8 +16,8 @@ #pragma once #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 -#define ATMOSPHERE_RELEASE_VERSION_MINOR 10 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 6 +#define ATMOSPHERE_RELEASE_VERSION_MINOR 11 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 0 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO