Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Mar 5, 2024
1 parent b09f7f5 commit 985253b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppCommon/GlobalAppVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class GlobalAppVersion {
/// Overall application version.
/// </summary>
public static readonly CommonUtil.Version AppVersion =
new CommonUtil.Version(1, 0, 1, CommonUtil.Version.PreRelType.Dev, 3);
new CommonUtil.Version(1, 0, 1, CommonUtil.Version.PreRelType.Final, 0);
// NOTE: there's an independent version in DiskArc/Defs.cs
}
}
2 changes: 1 addition & 1 deletion DiskArc/Defs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class Defs {
/// DiskArc library version number.
/// </summary>
public static CommonUtil.Version LibVersion { get; } =
new CommonUtil.Version(1, 0, 0, CommonUtil.Version.PreRelType.Final, 0);
new CommonUtil.Version(1, 0, 1, CommonUtil.Version.PreRelType.Final, 0);

public const string BUILD_TYPE =
#if DEBUG
Expand Down

0 comments on commit 985253b

Please sign in to comment.