Skip to content

Commit

Permalink
TRLC Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Aug 23, 2023
1 parent 1ea4a1d commit a96a065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ generated in the following situations:
## Changelog


### 1.1.8-dev
### 1.1.8

* [TRLC] Hotfix for the CVC5 API issue: pinning PyVCG to 1.0.3, which
in turn pins CVC5 to 1.0.5 (the last known good version).
Expand Down
2 changes: 1 addition & 1 deletion trlc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# along with TRLC. If not, see <https://www.gnu.org/licenses/>.

VERSION_TUPLE = (1, 1, 8)
VERSION_SUFFIX = "dev"
VERSION_SUFFIX = ""

TRLC_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
Expand Down

0 comments on commit a96a065

Please sign in to comment.