Skip to content

Commit 7d52472

Browse files
committed
Version 5.1
1 parent 7369fe8 commit 7d52472

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

HISTORY

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 5.1 - 2024-11
2+
3+
SLiVER: Fixed a bug with CBMC counterexample parsing
4+
LAbS: Updated/improved bundled examples
5+
16
Version 5.0 - 2024-11
27

38
C translation: general improvements

README.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
SLiVER 5.0
3-
5 November 2024
2+
SLiVER 5.1
3+
6 November 2024
44

55
The SLiVER LAbS VERification tool
66

@@ -71,4 +71,3 @@ Invoking the tool without options:
7171
./sliver.py
7272

7373
will provide further usage directions.
74-

sliver/app/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
__summary__ = "The SLiVER LAbS VERification tool"
77
__uri__ = "https://github.com/labs-lang/sliver"
88

9-
__version__ = "5.0"
10-
__date__ = "5 November 2024"
9+
__version__ = "5.1"
10+
__date__ = "6 November 2024"

0 commit comments

Comments
 (0)