Skip to content

Commit 820acd9

Browse files
committed
Bumped version number to 2.7.1
1 parent 7aa5fd7 commit 820acd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = smack
8-
PROJECT_NUMBER = 2.7.0
8+
PROJECT_NUMBER = 2.7.1
99
PROJECT_BRIEF = "A bounded software verifier."
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = docs

share/smack/reach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from smackgen import *
1212
from smackverify import *
1313

14-
VERSION = '2.7.0'
14+
VERSION = '2.7.1'
1515

1616

1717
def reachParser():

share/smack/top.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .frontend import link_bc_files, frontends, languages, extra_libs
1515
from .errtrace import error_trace, smackdOutput
1616

17-
VERSION = '2.7.0'
17+
VERSION = '2.7.1'
1818

1919

2020
class VResult(Flag):

0 commit comments

Comments
 (0)