Skip to content

Commit

Permalink
Updated version to 0.1b3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaneg committed Oct 29, 2021
1 parent 19aa163 commit ef3664f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ We foresee at least five alpha releases that are meant as intermediate building

| Version | Release date | Contents |
| --- | --- | --- |
| [0.1b3](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1b3) | Oct. 29, 2021 | Additions of missing accessors and constructors, exposing call resolution information to semantic checks |
| [0.1b2](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1b2) | Oct. 1, 2021 | Project splitting, default statement and types, more symbolic operators |
| [0.1b1](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1b1) | Aug. 25, 2021 | Interprocedural analyses, annotations |
| [0.1a4](https://github.com/UniVE-SSV/lisa/releases/tag/v0.1a4) | Apr. 8, 2021 | Heap analyses: type-based, program point-based, field sensitive program point-based |
Expand Down
2 changes: 1 addition & 1 deletion lisa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
}

group = 'it.unive'
version = '0.1b2'
version = '0.1b3'

// the code reading data from the git repo has to be placed in the same file where its
// plugin is applied, otherwise it will fail to load the classes from it. We export the
Expand Down

0 comments on commit ef3664f

Please sign in to comment.