Skip to content

Commit

Permalink
Prepare for release-3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kaufmann committed May 3, 2022
1 parent 335c762 commit 17c4e46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
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.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)
Expand Down

0 comments on commit 17c4e46

Please sign in to comment.