Skip to content
Snippets Groups Projects
Verified Commit bd0d93fd authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: version bump 0.0.8

parent e1e87105
No related branches found
No related tags found
1 merge request!5F multi retrieve
Pipeline #11072 passed
Pipeline: caosdb-cppinttest

#11080

    This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
    ......@@ -20,7 +20,7 @@
    cmake_minimum_required(VERSION 3.13)
    set(libcaosdb_VERSION 0.0.7)
    set(libcaosdb_VERSION 0.0.8)
    set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0)
    set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 5)
    set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 0)
    ......
    ......@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
    class CaosdbConan(ConanFile):
    name = "caosdb"
    version = "0.0.7"
    version = "0.0.8"
    license = "AGPL-3.0-or-later"
    author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
    url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment