Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1181e467 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

New release v0.2

parent ce162157
No related branches found
No related tags found
No related merge requests found
Pipeline #897458 passed
...@@ -26,7 +26,7 @@ sonar.links.issue=$CI_PROJECT_URL/issues ...@@ -26,7 +26,7 @@ sonar.links.issue=$CI_PROJECT_URL/issues
sonar.projectKey=${CI_PROJECT_NAMESPACE_SONAR}:${CI_PROJECT_NAME} sonar.projectKey=${CI_PROJECT_NAMESPACE_SONAR}:${CI_PROJECT_NAME}
sonar.projectDescription=C++ example for gitlab-ci pipelines sonar.projectDescription=C++ example for gitlab-ci pipelines
sonar.projectVersion=0.1 sonar.projectVersion=0.2
sonar.scm.disabled=false sonar.scm.disabled=false
sonar.scm.provider=git sonar.scm.provider=git
......
...@@ -4,7 +4,7 @@ project(Hello) ...@@ -4,7 +4,7 @@ project(Hello)
# The current version number # The current version number
set( ${CMAKE_PROJECT_NAME}_VERSION_MAJOR 0 ) set( ${CMAKE_PROJECT_NAME}_VERSION_MAJOR 0 )
set( ${CMAKE_PROJECT_NAME}_VERSION_MINOR 1 ) set( ${CMAKE_PROJECT_NAME}_VERSION_MINOR 2 )
set( ${CMAKE_PROJECT_NAME}_VERSION "${${CMAKE_PROJECT_NAME}_VERSION_MAJOR}.${${CMAKE_PROJECT_NAME}_VERSION_MINOR}" ) set( ${CMAKE_PROJECT_NAME}_VERSION "${${CMAKE_PROJECT_NAME}_VERSION_MAJOR}.${${CMAKE_PROJECT_NAME}_VERSION_MINOR}" )
# Main executable # Main executable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment