Skip to content

Commit 2f2d6a2

Browse files
committed
Bumped version number to 1.7.2
1 parent 3ebcd3d commit 2f2d6a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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 = 1.7.1
8+
PROJECT_NUMBER = 1.7.2
99
PROJECT_BRIEF = "A bounded software verifier."
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = docs

bin/package-smack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Note: this script requires CDE to be downloaded from
77
# http://www.pgbovine.net/cde.html
88

9-
VERSION=1.7.1
9+
VERSION=1.7.2
1010
PACKAGE=smack-$VERSION-64
1111

1212
# Create folder to export

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 = '1.7.1'
14+
VERSION = '1.7.2'
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
@@ -14,7 +14,7 @@
1414
from svcomp.utils import svcomp_frontend
1515
from svcomp.utils import verify_bpl_svcomp
1616

17-
VERSION = '1.7.1'
17+
VERSION = '1.7.2'
1818
temporary_files = []
1919

2020
def frontends():

svcomp/bench/src/benchexec/benchexec/tools/smack_benchexec_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def version(self, executable):
3535
Sets the version number for SMACK, which gets displayed in the "Tool" row
3636
in BenchExec table headers.
3737
"""
38-
return '1.7.1'
38+
return '1.7.2'
3939

4040
def name(self):
4141
"""

0 commit comments

Comments
 (0)