Skip to content

Commit

Permalink
バージョンの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-hd committed Feb 24, 2022
1 parent 12551d0 commit aea6e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asc-assembler/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#ifndef VERSION_H
#define VERSION_H

#define VERSION_DISPLAY "v0.3.4"
#define VERSION_DISPLAY "v0.6.0"

#endif // VERSION_H
4 changes: 2 additions & 2 deletions asc-simulator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.4.1")]
[assembly: AssemblyFileVersion("0.5.4.1")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]

0 comments on commit aea6e1f

Please sign in to comment.