diff --git a/CHANGES b/CHANGES index 2daf56f..573547f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +clasp 3.3.8: Tuesday, 3rd May 2022 + * fixed issue https://github.com/potassco/clasp/issues/75 + * fixed issue https://github.com/potassco/clasp/issues/76 + * fixed issue https://github.com/potassco/clingcon/issues/85 + * updated catch2 (https://github.com/potassco/clasp/issues/73) + * adjusted TextOutput (https://github.com/potassco/clingo/issues/355) + * moved clasp app to cli part of library + clasp 3.3.7: Tuesday, 16th November 2021 * fixed issue https://github.com/potassco/clingo/issues/342 * fixed issue https://github.com/potassco/clingcon/issues/81 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fe389f..683a34b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(CLASP VERSION 3.3.7 LANGUAGES CXX) +project(CLASP VERSION 3.3.8 LANGUAGES CXX) # Enable folders in IDEs like Visual Studio set_property(GLOBAL PROPERTY USE_FOLDERS ON) if (POLICY CMP0063)