Skip to content

Commit

Permalink
Merge pull request #330 from MediaPortal/MP1.35.Pre-Bump_version_numb…
Browse files Browse the repository at this point in the history
…er_and_set_INFO_level_to_DEBUG

MP1.35.Pre: Bump version number and set INFO level to DEBUG
  • Loading branch information
andrewjswan authored Sep 1, 2024
2 parents 2d2f7b8 + 584a0ef commit cb4ca3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/MediaPortal.DeployTool/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ public static Version VersionFromRegistry(string regkey)

public static string GetDisplayVersion()
{
return "1.34 Pre Release";
return "1.35 Pre Release";
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion mediaportal/MediaPortal.Application/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<loadFromRemoteSources enabled="true" />
</runtime>
<appSettings>
<add key="version" value="1.34-Pre Release" />
<add key="version" value="1.35-Pre Release" />
<add key="edtftp.log.level" value="ALL" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
Expand Down

0 comments on commit cb4ca3e

Please sign in to comment.