Skip to content

Commit acdbadd

Browse files
committed
updated version after fix
1 parent 3cdace1 commit acdbadd

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

NEWS.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
Version 1.5.5
1+
Version 1.5.6
22
-------------
33

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

6-
- The last literal set by vivification is instantiated (--vivifyinst)
7+
- Implementing OTFS during conflict analysis (--otfs).
8+
9+
- The last literal set by vivification is instantiated (--vivifyinst).
710

811
- more accurate tracking of binary clauses in watch lists by updating
9-
the size in watch lists
12+
the size in watch lists.
1013

1114
Version 1.5.4
1215
-------------

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.6-rc.1
1+
1.5.6

src/version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#ifdef NBUILD
2626
#ifndef VERSION
27-
#define VERSION "1.5.6-rc.1"
27+
#define VERSION "1.5.6"
2828
#endif // VERSION
2929
#endif // NBUILD
3030

0 commit comments

Comments
 (0)