Skip to content

Commit

Permalink
Bumped version number to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimir committed Sep 22, 2017
1 parent 3a48c67 commit c151aed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = smack
PROJECT_NUMBER = 1.8.1
PROJECT_NUMBER = 1.9.0
PROJECT_BRIEF = "A bounded software verifier."
PROJECT_LOGO =
OUTPUT_DIRECTORY = docs
Expand Down
2 changes: 1 addition & 1 deletion share/smack/reach.py
Expand Up @@ -11,7 +11,7 @@
from smackgen import *
from smackverify import *

VERSION = '1.8.1'
VERSION = '1.9.0'

def reachParser():
parser = argparse.ArgumentParser(add_help=False, parents=[verifyParser()])
Expand Down
2 changes: 1 addition & 1 deletion share/smack/top.py
Expand Up @@ -14,7 +14,7 @@
from utils import temporary_file, try_command, remove_temp_files
from replay import replay_error_trace

VERSION = '1.8.1'
VERSION = '1.9.0'

def frontends():
"""A dictionary of front-ends per file extension."""
Expand Down
Expand Up @@ -35,7 +35,7 @@ def version(self, executable):
Sets the version number for SMACK, which gets displayed in the "Tool" row
in BenchExec table headers.
"""
return '1.8.1'
return '1.9.0'

def name(self):
"""
Expand Down

0 comments on commit c151aed

Please sign in to comment.