diff --git a/CHANGES b/CHANGES index 3a48ddc..8c15d78 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c494a8..1f2db30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)