Skip to content

Commit

Permalink
Bump Occlum version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zongmin.gu authored and tatetian committed Jan 22, 2021
1 parent 5119e38 commit fdde009
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Step 1-3 are to be done on the host OS (Linux):

3. Run the Occlum Docker container, which has Occlum and its demos preinstalled:
```
docker run -it --device /dev/isgx occlum/occlum:0.19.1-ubuntu18.04
docker run -it --device /dev/isgx occlum/occlum:0.20.0-ubuntu18.04
```

Step 4-5 are to be done on the guest OS running inside the Docker container:
Expand Down
2 changes: 1 addition & 1 deletion src/exec/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "occlum_exec"
version = "0.19.1"
version = "0.20.0"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/libos/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/libos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Occlum"
version = "0.19.1"
version = "0.20.0"
edition = "2018"

[lib]
Expand Down
6 changes: 3 additions & 3 deletions src/pal/include/occlum_version.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef _OCCLUM_VERSION_H_
#define _OCCLUM_VERSION_H_

// Version = 0.19.1
// Version = 0.20.0
#define OCCLUM_MAJOR_VERSION 0
#define OCCLUM_MINOR_VERSION 19
#define OCCLUM_PATCH_VERSION 1
#define OCCLUM_MINOR_VERSION 20
#define OCCLUM_PATCH_VERSION 0

#define STRINGIZE_PRE(X) #X
#define STRINGIZE(X) STRINGIZE_PRE(X)
Expand Down

0 comments on commit fdde009

Please sign in to comment.