We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7318e24 commit cc06a67Copy full SHA for cc06a67
LADEL/CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.23...4.1)
2
-project(LADEL VERSION 0.0.2)
+project(LADEL VERSION 0.0.3)
3
4
option (LADEL_SIMPLE_COL_COUNTS
5
"Simplify symbolic analysis (worse asymptotic time complexity)" On)
conanfile.py
@@ -7,7 +7,7 @@
7
8
class LADELRecipe(ConanFile):
9
name = "ladel"
10
- version = "0.0.2"
+ version = "0.0.3"
11
package_type = "library"
12
13
# Optional metadata
0 commit comments