Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
e586b328
Verified
Commit
e586b328
authored
2 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: initiate next release cycle
parent
6e9216bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#25965
failed
2 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
RELEASE_GUIDELINES.md
+4
-1
4 additions, 1 deletion
RELEASE_GUIDELINES.md
conanfile.py
+1
-1
1 addition, 1 deletion
conanfile.py
with
8 additions
and
5 deletions
CMakeLists.txt
+
3
−
3
View file @
e586b328
...
...
@@ -20,11 +20,11 @@
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_MINOR
8
)
set
(
libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR
9
)
set
(
libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 0
)
set
(
libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE
""
)
set
(
libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE
"
SNAPSHOT
"
)
project
(
libcaosdb
VERSION
${
libcaosdb_VERSION
}
...
...
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
4
−
1
View file @
e586b328
...
...
@@ -41,4 +41,7 @@ guidelines of the CaosDB Project
9.
Release cppinttests with updated cpplib version
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.
This diff is collapsed.
Click to expand it.
conanfile.py
+
1
−
1
View file @
e586b328
...
...
@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
class
CaosdbConan
(
ConanFile
):
name
=
"
caosdb
"
version
=
"
0.
2
.0
"
version
=
"
0.
3
.0
-dev
"
license
=
"
AGPL-3.0-or-later
"
author
=
"
Timm C. Fitschen <t.fitschen@indiscale.com>
"
url
=
"
https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment