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

REVERT: Return to int64 for integer values

parent 28e440ba
No related branches found
No related tags found
1 merge request!22Return to int64 for integer values
Pipeline #12853 passed
Pipeline: caosdb-cppinttest

#12858

    ......@@ -20,7 +20,7 @@
    cmake_minimum_required(VERSION 3.13)
    set(libcaosdb_VERSION 0.0.13)
    set(libcaosdb_VERSION 0.0.15)
    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.13"
    version = "0.0.15"
    license = "AGPL-3.0-or-later"
    author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
    url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git"
    ......
    Subproject commit 1857e2fe407810baf18641429f54e5eee7b71e6a
    Subproject commit 014096e3c9d6d4624dc786f5aaec27f26e01072a
    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