Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLRF controller server
Manage
Activity
Members
Labels
Plan
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
MSK-SW
Low-Level Radio Frequency
LLRF Controller
LLRF controller server
Merge requests
!85
chore: Bump version to 08.08.02
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
chore: Bump version to 08.08.02
mhier/version-bump-08.08.02
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Martin Christoph Hierholzer
requested to merge
mhier/version-bump-08.08.02
into
master
2 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This MR bumps the version to 08.08.02
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1751f610
1 commit,
2 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
1
−
1
Options
@@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
set
(
${
PROJECT_NAME
}
_MAJOR_VERSION 08
)
set
(
${
PROJECT_NAME
}
_MINOR_VERSION 08
)
set
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
1
)
set
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
2
)
include
(
cmake/set_version_numbers.cmake
)
include
(
cmake/set_default_flags.cmake
)
Loading