Skip to content

Commit

Permalink
Update persistent database version due to changing vhdl parse results.
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Jun 6, 2015
1 parent 441d9e0 commit 1b7f043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _create_database(self):
project_database_file_name = join(self._output_path, "project_database")
create_new = False
key = b"version"
version = str((3, sys.version)).encode()
version = str((4, sys.version)).encode()
database = None
try:
database = DataBase(project_database_file_name)
Expand Down

0 comments on commit 1b7f043

Please sign in to comment.