Skip to content

Commit

Permalink
Merge pull request #421 from e6nlaq:e6nlaq/issue420
Browse files Browse the repository at this point in the history
v1.7.0 Preview 2を公開
  • Loading branch information
e6nlaq authored Jun 17, 2023
2 parents 6b489a5 + 7e98b3f commit 1845089
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aqua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ll forever_line = -1;
ll if_count = 0;
ll while_count = 0;
ll until_count = 0;
const string version = "1.7.0 Preview 1";
const string version = "1.7.0 Preview 2";
wstring_convert<codecvt_utf8<char32_t>, char32_t> utf32conv;

// 事前宣言
Expand Down
Binary file modified bin/x64/aqua
Binary file not shown.
Binary file modified bin/x64/aqua.exe
Binary file not shown.
Binary file modified bin/x86/aqua
Binary file not shown.
Binary file modified bin/x86/aqua.exe
Binary file not shown.
Binary file added bin/x86/ati.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion script/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
now=$(pwd)
mkdir temp
cd temp
tag="1.7.0-pre1"
tag="1.7.0-pre2"
wget https://github.com/e6nlaq/aqua/archive/refs/tags/v$tag.tar.gz
tar -zxvf v$tag.tar.gz
cd ./aqua-$tag/bin/x64/
Expand Down

0 comments on commit 1845089

Please sign in to comment.