Skip to content
Snippets Groups Projects
Verified Commit 81278271 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

REL: Updated version numbers, and release guidelines.

parent 63b93010
No related branches found
No related tags found
No related merge requests found
Pipeline #28531 failed
Pipeline: caosdb-cppinttest

#28534

    Pipeline: caosdb-julialib

    #28533

      Pipeline: CaosDB Octave library

      #28532

        ......@@ -20,11 +20,11 @@
        cmake_minimum_required(VERSION 3.13)
        set(libcaosdb_VERSION 0.3.0)
        set(libcaosdb_VERSION 0.2.1)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 9)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 8)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 0)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE "SNAPSHOT")
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE "")
        project(libcaosdb
        VERSION ${libcaosdb_VERSION}
        ......
        ......@@ -44,4 +44,5 @@ guidelines of the CaosDB Project
        release cycle.
        * update `conanfile.py`
        * update `CMakeLists.txt`
        * update `CHANGELOG.md` with empty `[Unreleased]` sections.
        * Don't forget to update cppintest.
        ......@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
        class CaosdbConan(ConanFile):
        name = "caosdb"
        version = "0.3.0-dev"
        version = "0.2.1"
        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