Skip to content

Commit

Permalink
Version update: NFE 6.3, NToolbox 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Dec 24, 2016
1 parent 2e5fda5 commit 37e796f
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.2";
internal const string ApplicationVersion = "6.3";
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 @@ -12,7 +12,7 @@ namespace NToolbox.Windows
{
internal partial class MainWindow : WindowBase
{
private const string ApplicationVersion = "1.2";
private const string ApplicationVersion = "1.3";
private const string SettingsFileName = "NToolboxConfiguration.xml";
private readonly ConfigurationStorage m_configurationStorage = new ConfigurationStorage();
private readonly StartupMode m_startupMode;
Expand Down

0 comments on commit 37e796f

Please sign in to comment.