Skip to content

Commit

Permalink
Update NFE/Toolbox versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Feb 3, 2017
1 parent 6347780 commit c68a9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NFirmwareEditor/Core/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
internal static class Consts
{
internal const string ApplicationVersion = "6.4";
internal const string ApplicationVersion = "6.5";
internal const string ApplicationTitleWoVersion = "NFirmwareEditor";
internal const string ApplicationTitle = ApplicationTitleWoVersion + " v" + ApplicationVersion;

Expand Down
2 changes: 1 addition & 1 deletion src/NToolbox/Windows/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace NToolbox.Windows
{
internal partial class MainWindow : WindowBase
{
private const string ApplicationVersion = "1.4";
private const string ApplicationVersion = "1.5";
private const string SettingsFileName = "NToolboxConfiguration.xml";
private readonly ConfigurationStorage m_configurationStorage = new ConfigurationStorage();
private readonly StartupMode m_startupMode;
Expand Down

0 comments on commit c68a9af

Please sign in to comment.