We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9145a75 commit 2b4e468Copy full SHA for 2b4e468
CHANGELOG
@@ -1,6 +1,9 @@
1
ChangeLog of PermLib
2
-----------------------
3
4
+v0.2.9:
5
+Fix bug in partition backtracking code that led to wrong results in SetImage-search for sets of size one
6
+
7
v0.2.8:
8
fix compiler error (thanks to Jerry James for the report and patch)
9
include/permlib/version.h
@@ -32,6 +32,6 @@
32
#ifndef PERMLIBVERSION_H_
33
#define PERMLIBVERSION_H_
34
35
-#define PERMLIB_VERSION "0.2.8"
+#define PERMLIB_VERSION "0.2.9"
36
37
#endif // PERMLIBVERSION_H_
0 commit comments