Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DESY facilities
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Monitor
Incidents
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 configuration
DESY facilities
Merge requests
!33
focus 2024-12
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
focus 2024-12
mhier/focus-2024-12
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Martin Christoph Hierholzer
requested to merge
mhier/focus-2024-12
into
master
3 months ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
047ee8b4
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
047ee8b4
chore: increase patch level
· 047ee8b4
Martin Christoph Hierholzer
authored
3 months ago
CMakeLists.txt
+
1
−
1
Options
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5)
# Note: Always keep MAJOR_VERSION and MINOR_VERSION identical to the server version. Count only the patch separately.
set
(
${
PROJECT_NAME
}
_MAJOR_VERSION 08
)
set
(
${
PROJECT_NAME
}
_MINOR_VERSION 08
)
set
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
9
)
set
(
${
PROJECT_NAME
}
_PATCH_VERSION
1
0
)
include
(
cmake/set_version_numbers.cmake
)
include
(
cmake/config_generator_project.cmake
)
Loading