Bump versions

This commit is contained in:
exelix11 2023-10-14 13:36:42 +02:00
parent a2da2e52d8
commit 40685f4067
5 changed files with 6 additions and 6 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// È 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")]

View File

@ -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<string, string> PartToFileName = new Dictionary<string, string>() {

View File

@ -40,7 +40,7 @@ ROMFS := romfs
APP_TITLE := NXThemes Installer
APP_AUTHOR := exelix
APP_VERSION := 2.7
APP_VERSION := 2.7.1
GITVER ?= Unknown
#---------------------------------------------------------------------------------

View File

@ -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<PatchTemplate>& templates)

View File

@ -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