Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Sep 16, 2023
1 parent 0107e6b commit 5e0b928
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
首先你需要根据你的操作系统和处理器,从 [GitHub](下载页面) 下载对应的预编译的 C 语言库(以 `libcozo_c` 开头的文件)。下载后需要将其解压,然后设置一些环境变量。这个 [脚本](pull_libs.sh) 在类 UNIX 系统里可以帮你把这些做了:

```bash
COZO_VERSION=0.7.2
COZO_VERSION=0.7.5

COZO_PLATFORM=x86_64-unknown-linux-gnu # for Linux
#COZO_PLATFORM=aarch64-apple-darwin # uncomment for ARM Mac
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables before you can use this library.
The following script ([here](pull_libs.sh)) does this for you on UNIX systems:

```bash
COZO_VERSION=0.7.2
COZO_VERSION=0.7.5

COZO_PLATFORM=x86_64-unknown-linux-gnu # for Linux
#COZO_PLATFORM=aarch64-apple-darwin # uncomment for ARM Mac
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.5
2 changes: 1 addition & 1 deletion pull_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# You can obtain one at https://mozilla.org/MPL/2.0/.
#

COZO_VERSION=0.7.2
COZO_VERSION=0.7.5

COZO_PLATFORM=x86_64-unknown-linux-gnu # for Linux
#COZO_PLATFORM=aarch64-apple-darwin # uncomment for ARM Mac
Expand Down

0 comments on commit 5e0b928

Please sign in to comment.