From fe58edacdedd2fa9992c103e18d4ae4875798a2c Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 9 Nov 2021 10:48:03 +0100 Subject: [PATCH] RELEASE 0.1 --- CMakeLists.txt | 2 +- RELEASE_GUIDELINES.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f4e907..f7dc3f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.13) -set(CAOSDB_PROTO_VERSION 0.0.10) +set(CAOSDB_PROTO_VERSION 0.1.0) project("caosdb-proto" VERSION ${CAOSDB_PROTO_VERSION} diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index afc27f6..6dc4faf 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -27,5 +27,3 @@ guidelines of the CaosDB Project 6. Tag the latest commit of the main branch with `v<VERSION>`. 7. Delete the release branch. - -8. TODO... -- GitLab