Commit 0faa5e8dd77a5dba11b5cdc857d74fbbb6dd2f59
1 parent
922c1ade
Exists in
master
and in
100 other branches
Set to version 3.5
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
CMakeLists.txt
... | ... | @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) |
3 | 3 | PROJECT(AMDA-Kernel) |
4 | 4 | |
5 | 5 | SET(CPACK_PACKAGE_VERSION_MAJOR "3") |
6 | -SET(CPACK_PACKAGE_VERSION_MINOR "4") | |
6 | +SET(CPACK_PACKAGE_VERSION_MINOR "5") | |
7 | 7 | SET(CPACK_PACKAGE_VERSION_PATCH "0") |
8 | 8 | |
9 | 9 | # configure a header file to pass some of the CMake settings to the source code |
... | ... |
sonar-project.properties
... | ... | @@ -15,8 +15,8 @@ sonar.sourceEncoding=UTF-8 |
15 | 15 | # required metadata |
16 | 16 | sonar.projectKey=AKKA:AMDA-Kernel |
17 | 17 | sonar.projectName=AMDA-Kernel |
18 | -sonar.projectVersion=3.4.0 | |
19 | -sonar.branch=3.4 | |
18 | +sonar.projectVersion=3.5.0 | |
19 | +sonar.branch=3.5 | |
20 | 20 | |
21 | 21 | # path to source directories (required) |
22 | 22 | #sources=/var/lib/jenkins/.jenkins/workspace/AMDA_FitnesseTest/AMDA_Kernel |
... | ... |