Skip to content

Commit

Permalink
Merge pull request #362 from e6nlaq:e6nlaq/issue361
Browse files Browse the repository at this point in the history
v1.6.0 Preview 2を公開
  • Loading branch information
e6nlaq authored Apr 30, 2023
2 parents c40b31e + 5953699 commit 7293555
Show file tree
Hide file tree
Showing 6 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 @@ -65,7 +65,7 @@ ll forever_line = -1;
ll if_count = 0;
ll while_count = 0;
ll until_count = 0;
const double version = 1.601;
const double version = 1.602;

// 事前宣言
inline void errorlog(vector<string> line, int linenum, int errorcode);
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.
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.6.0-pre1"
tag="1.6.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 7293555

Please sign in to comment.