Skip to content
Snippets Groups Projects
Commit 0a6dff15 authored by florian's avatar florian
Browse files

Merge branch 'f-release-results' of...

Merge branch 'f-release-results' of gitlab.indiscale.com:caosdb/src/caosdb-julialib into f-release-results
parents 1ad8bb2e 4ec37d9f
No related branches found
No related tags found
1 merge request!12F release results
Pipeline #13278 passed
Pipeline: CaosDB Julia Integration Tests

#13281

    # ** header v3.0
    # This file is a part of the CaosDB Project.
    #
    # Copyright (C) 2021 Indiscale GmbH <info@indiscale.com>
    # Copyright (C) 2021 Florian Spreckelsen <f.spreckelsen@indiscale.com>
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU Affero General Public License as
    # published by the Free Software Foundation, either version 3 of the
    # License, or (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # Affero General Public License for more details.
    #
    # You should have received a copy of the GNU Affero General Public
    # License along with this program. If not, see
    # <https://www.gnu.org/licenses/>.
    #
    # ** end header
    #
    module Constants
    export MIN_CCAOSDB_VERSION
    """
    The minimum version of CaosDB's cpplib and C interface that is
    supported by this version of CaosDB.jl.
    """
    const MIN_CCAOSDB_VERSION = v"0.0.16"
    end
    ......@@ -25,6 +25,7 @@ using CaosDB
    @testset "CaosDBUnitTests" begin
    @testset "TestCaosdbCppLibVersion" begin
    @test CaosDB.Utility.get_ccaosdb_version() >= CaosDB.Constants.MIN_CCAOSDB_VERSION
    end
    ......
    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