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

REL: initiate next release cycle

parent 6e9216bc
Branches
Tags
No related merge requests found
Pipeline #25965 failed
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
set(libcaosdb_VERSION 0.2.0) set(libcaosdb_VERSION 0.3.0-dev)
set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0) set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0)
set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 8) set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 9)
set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 0) set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 0)
set(libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE "") set(libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE "SNAPSHOT")
project(libcaosdb project(libcaosdb
VERSION ${libcaosdb_VERSION} VERSION ${libcaosdb_VERSION}
......
...@@ -41,4 +41,7 @@ guidelines of the CaosDB Project ...@@ -41,4 +41,7 @@ guidelines of the CaosDB Project
9. Release cppinttests with updated cpplib version 9. Release cppinttests with updated cpplib version
10. Merge `main` back into `dev` and increase patch version by one to begin next 10. Merge `main` back into `dev` and increase patch version by one to begin next
release cycle. Do the same in cppintest. release cycle.
* update `conanfile.py`
* update `CMakeLists.txt`
* Don't forget to update cppintest.
...@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools ...@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
class CaosdbConan(ConanFile): class CaosdbConan(ConanFile):
name = "caosdb" name = "caosdb"
version = "0.2.0" version = "0.3.0-dev"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
author = "Timm C. Fitschen <t.fitschen@indiscale.com>" author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git" 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.
Please register or to comment