Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Oct 14, 2023
1 parent a2da2e5 commit 40685f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SwitchThemes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion SwitchThemesCommon/SwitchThemesCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>() {
Expand Down
2 changes: 1 addition & 1 deletion SwitchThemesNX/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ROMFS := romfs

APP_TITLE := NXThemes Installer
APP_AUTHOR := exelix
APP_VERSION := 2.7
APP_VERSION := 2.7.1

GITVER ?= Unknown
#---------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SwitchThemesNX/source/Version.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 40685f4

Please sign in to comment.