2019-12-09 03:57:37 -08:00
|
|
|
/*
|
2021-10-04 12:59:10 -07:00
|
|
|
* Copyright (c) Atmosphère-NX
|
2019-12-09 03:57:37 -08:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms and conditions of the GNU General Public License,
|
|
|
|
* version 2, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
|
|
* more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
2021-09-05 10:13:15 -07:00
|
|
|
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 1
|
2021-10-11 01:00:07 -07:00
|
|
|
#define ATMOSPHERE_RELEASE_VERSION_MINOR 2
|
2022-01-19 16:28:32 -08:00
|
|
|
#define ATMOSPHERE_RELEASE_VERSION_MICRO 6
|
2019-12-09 03:57:37 -08:00
|
|
|
|
|
|
|
#define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO
|
|
|
|
|
2021-09-15 16:08:57 -07:00
|
|
|
#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MAJOR 13
|
2021-11-30 16:53:32 -08:00
|
|
|
#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MINOR 2
|
2022-01-19 16:28:32 -08:00
|
|
|
#define ATMOSPHERE_SUPPORTED_HOS_VERSION_MICRO 1
|