Skip to content

Commit 18f70e8

Browse files
committed
Merge branch 'release-2.4.0' into develop
2 parents 9e5d86d + 63bce15 commit 18f70e8

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.3.0
8+
PROJECT_NUMBER = 2.4.0
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.3.0'
14+
VERSION = '2.4.0'
1515

1616
def reachParser():
1717
parser = argparse.ArgumentParser(add_help=False, parents=[verifyParser()])

share/smack/top.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from replay import replay_error_trace
1616
from frontend import link_bc_files, frontends, languages, extra_libs
1717

18-
VERSION = '2.3.0'
18+
VERSION = '2.4.0'
1919

2020
def results(args):
2121
"""A dictionary of the result output messages."""

0 commit comments

Comments
 (0)