Skip to content

Commit

Permalink
updated version after fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arminbiere committed Jun 22, 2023
1 parent 3cdace1 commit acdbadd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Version 1.5.5
Version 1.5.6
-------------

- Implementing OTFS during conflict analysis (--otfs)
- Clang formatted all source code (and fixed one failing regression
test by disabling 'otfs' for it).

- The last literal set by vivification is instantiated (--vivifyinst)
- Implementing OTFS during conflict analysis (--otfs).

- The last literal set by vivification is instantiated (--vivifyinst).

- more accurate tracking of binary clauses in watch lists by updating
the size in watch lists
the size in watch lists.

Version 1.5.4
-------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.6-rc.1
1.5.6
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#ifdef NBUILD
#ifndef VERSION
#define VERSION "1.5.6-rc.1"
#define VERSION "1.5.6"
#endif // VERSION
#endif // NBUILD

Expand Down

0 comments on commit acdbadd

Please sign in to comment.