Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Config Generator Scripts
Manage
Activity
Members
Labels
Plan
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor 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
Utilities
Config Generator
Config Generator Scripts
Merge requests
!120
chore: Bump patch version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: Bump patch version
wip/version-bump
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jens Georg
requested to merge
wip/version-bump
into
master
2 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
chore: Bump patch version
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4380e7a9
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 03
)
set
(
${
PROJECT_NAME
}
_MINOR_VERSION 02
)
set
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
2
)
set
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
3
)
include
(
cmake/set_version_numbers.cmake
)
set
(
DESTDIR share/
${
PROJECT_NAME
}${${
PROJECT_NAME
}
_MAJOR_VERSION
}
.
${${
PROJECT_NAME
}
_MINOR_VERSION
}
)
Loading