Skip to content

Commit

Permalink
Prepare for release-3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKaufmann committed Feb 7, 2024
1 parent 14abae1 commit 3d57494
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
clasp 3.3.10: Wednesday, 7th February 2024
* fixed issue https://github.com/potassco/clasp/issues/88
* fixed issue https://github.com/potassco/clasp/issues/90
* fixed issue https://github.com/potassco/clasp/issues/91
* fixed issue https://github.com/potassco/clasp/issues/93
* fixed issue https://github.com/potassco/clasp/issues/95
* fixed issue https://github.com/potassco/clasp/issues/96
* fixed issue https://github.com/potassco/clasp/issues/98
* fixed deprecation warnings (cf. https://github.com/potassco/clasp/pull/94)
* fixed build error with VS 2022 17.8 (cf. https://github.com/potassco/clasp/pull/97)
* dropped incorrect ConstString optimization (cf. https://github.com/potassco/clingo/issues/475)
* clingo: added support for propagator undo mode

clasp 3.3.9: Saturday, 10th September 2022
* fixed issue https://github.com/potassco/clasp/issues/80
* fixed issue https://github.com/potassco/clasp/issues/81
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(CLASP VERSION 3.3.9 LANGUAGES CXX)
project(CLASP VERSION 3.3.10 LANGUAGES CXX)
# Enable folders in IDEs like Visual Studio
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
if (POLICY CMP0063)
Expand Down

0 comments on commit 3d57494

Please sign in to comment.