Skip to content

Commit

Permalink
update changes and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 21, 2024
1 parent 9cafb1c commit 036ea9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## clingo 5.7.2

* fix cffi issues with python 3.12

## clingo 5.7.1

* fix comparison of theory elements (#485)
Expand Down
4 changes: 2 additions & 2 deletions libclingo/clingo.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ extern "C" {
//! Minor version number.
#define CLINGO_VERSION_MINOR 7
//! Revision number.
#define CLINGO_VERSION_REVISION 1
#define CLINGO_VERSION_REVISION 2
//! String representation of version.
#define CLINGO_VERSION "5.7.1"
#define CLINGO_VERSION "5.7.2"

//! Signed integer type used for aspif and solver literals.
typedef int32_t clingo_literal_t;
Expand Down

0 comments on commit 036ea9d

Please sign in to comment.