diff --git a/SwitchThemes/Properties/AssemblyInfo.cs b/SwitchThemes/Properties/AssemblyInfo.cs index 9957ca8..4178fa5 100644 --- a/SwitchThemes/Properties/AssemblyInfo.cs +++ b/SwitchThemes/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.7.0.0")] -[assembly: AssemblyFileVersion("4.7.0.0")] +[assembly: AssemblyVersion("4.7.0.1")] +[assembly: AssemblyFileVersion("4.7.0.1")] diff --git a/SwitchThemesCommon/SwitchThemesCommon.cs b/SwitchThemesCommon/SwitchThemesCommon.cs index edd450b..8f1d749 100644 --- a/SwitchThemesCommon/SwitchThemesCommon.cs +++ b/SwitchThemesCommon/SwitchThemesCommon.cs @@ -15,7 +15,7 @@ namespace SwitchThemes.Common { public static class Info { - public const string CoreVer = "4.7"; + public const string CoreVer = "4.7.1"; public const int NxThemeFormatVersion = 15; public static Dictionary PartToFileName = new Dictionary() { diff --git a/SwitchThemesNX/Makefile b/SwitchThemesNX/Makefile index 33b77c6..1c546ad 100644 --- a/SwitchThemesNX/Makefile +++ b/SwitchThemesNX/Makefile @@ -40,7 +40,7 @@ ROMFS := romfs APP_TITLE := NXThemes Installer APP_AUTHOR := exelix -APP_VERSION := 2.7 +APP_VERSION := 2.7.1 GITVER ?= Unknown #--------------------------------------------------------------------------------- diff --git a/SwitchThemesNX/source/SwitchThemesCommon/SwitchThemesCommon.cpp b/SwitchThemesNX/source/SwitchThemesCommon/SwitchThemesCommon.cpp index e12c047..329d08c 100644 --- a/SwitchThemesNX/source/SwitchThemesCommon/SwitchThemesCommon.cpp +++ b/SwitchThemesNX/source/SwitchThemesCommon/SwitchThemesCommon.cpp @@ -12,7 +12,7 @@ using namespace std; using namespace SwitchThemesCommon; -const string SwitchThemesCommon::CoreVer = "4.7 (C++)"; +const string SwitchThemesCommon::CoreVer = "4.7.1 (C++)"; const int SwitchThemesCommon::NXThemeVer = 15; string SwitchThemesCommon::GeneratePatchListString(const vector& templates) diff --git a/SwitchThemesNX/source/Version.cpp b/SwitchThemesNX/source/Version.cpp index 094478f..d8a2cc2 100644 --- a/SwitchThemesNX/source/Version.cpp +++ b/SwitchThemesNX/source/Version.cpp @@ -1,6 +1,6 @@ #include "Version.hpp" -#define VER_NUM "2.7" +#define VER_NUM "2.7.1" #define VER_NAME "Ver. " VER_NUM #ifndef GITVER