Skip to content

Commit 2b4e468

Browse files
committed
bump version to 0.2.9
1 parent 9145a75 commit 2b4e468

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ChangeLog of PermLib
22
-----------------------
33

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+
47
v0.2.8:
58
fix compiler error (thanks to Jerry James for the report and patch)
69

include/permlib/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
#ifndef PERMLIBVERSION_H_
3333
#define PERMLIBVERSION_H_
3434

35-
#define PERMLIB_VERSION "0.2.8"
35+
#define PERMLIB_VERSION "0.2.9"
3636

3737
#endif // PERMLIBVERSION_H_

0 commit comments

Comments
 (0)