Skip to content

Commit

Permalink
Prepare for release-3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKaufmann committed Sep 10, 2022
1 parent 7344234 commit 4c708a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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
* fixed issue https://github.com/potassco/clasp/issues/84
* fixed issue https://github.com/potassco/clasp/issues/85
* refined overflow checks in LogicProgram

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
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.8 LANGUAGES CXX)
project(CLASP VERSION 3.3.9 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 4c708a7

Please sign in to comment.