Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addons:
- python3-setuptools
- python3-psutil
env:
- THETA_VERSION="v2.2.0"
- THETA_VERSION="v2.3.0"
script:
# fetch LLVM and other dependencies
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04

ENV THETA_VERSION v2.2.0
ENV THETA_VERSION v2.3.0

RUN apt-get update && \
apt-get install -y build-essential git cmake \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It provides a user-friendly end-to-end verification workflow, with support for m

Currently we support two verification backends:
* `gazer-theta` leverages the power of the [theta](https://github.com/ftsrg/theta) model checking framework.
* Currently, [v2.2.0](https://github.com/ftsrg/theta/releases/tag/v2.2.0) is tested, but newer releases might also work.
* Currently, [v2.3.0](https://github.com/ftsrg/theta/releases/tag/v2.3.0) is tested, but newer releases might also work.
* `gazer-bmc` is gazer's built-in bounded model checking engine.

# Usage
Expand Down