Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Jan 5, 2023
1 parent f805ae2 commit dc0891d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.4.0
COZO_VERSION=0.4.1

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.4.0
COZO_VERSION=0.4.1

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.4.0
0.4.1
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.4.0
COZO_VERSION=0.4.1

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

0 comments on commit dc0891d

Please sign in to comment.