We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df3ba9 commit 720c83dCopy full SHA for 720c83d
2 files changed
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.22)
2
-project(rdf4cpp VERSION 0.0.55)
+project(rdf4cpp VERSION 0.0.56)
3
set(POBR_VERSION 3) # Persisted Object Binary Representation
4
5
include(cmake/boilerplate_init.cmake)
README.md
@@ -24,7 +24,7 @@ conan remote add dice-group https://conan.dice-research.org/artifactory/api/cona
24
To use rdf4cpp, add it to your `conanfile.txt`:
25
```
26
[requires]
27
-rdf4cpp/0.0.55
+rdf4cpp/0.0.56
28
29
30
Note:
0 commit comments