Skip to content

Commit

Permalink
Bumped version number to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimir committed Oct 29, 2021
1 parent 12f2397 commit 6d30af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = smack
PROJECT_NUMBER = 2.7.1
PROJECT_NUMBER = 2.8.0
PROJECT_BRIEF = "A bounded software verifier."
PROJECT_LOGO =
OUTPUT_DIRECTORY = docs
Expand Down
2 changes: 1 addition & 1 deletion share/smack/reach.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from smackgen import *
from smackverify import *

VERSION = '2.7.1'
VERSION = '2.8.0'


def reachParser():
Expand Down
2 changes: 1 addition & 1 deletion share/smack/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .frontend import link_bc_files, frontends, languages, extra_libs
from .errtrace import error_trace, json_output_str

VERSION = '2.7.1'
VERSION = '2.8.0'


class VResult(Flag):
Expand Down

0 comments on commit 6d30af2

Please sign in to comment.