From 17c4e466111c0b9da173f9097786a0d22b70e1c4 Mon Sep 17 00:00:00 2001 From: Benjamin Kaufmann Date: Tue, 3 May 2022 20:58:09 +0200 Subject: [PATCH] Prepare for release-3.3.8 --- CHANGES | 8 ++++++++ CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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)