Commit 66028c2c0f0b762cffabee0d0950aa17ab891b31
1 parent
3ab32f47
Exists in
master
and in
99 other branches
Set to version 3.6.0
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 "5") | |
6 | +SET(CPACK_PACKAGE_VERSION_MINOR "6") | |
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.5.0 | |
19 | -sonar.branch=3.5 | |
18 | +sonar.projectVersion=3.6.0 | |
19 | +sonar.branch=3.6 | |
20 | 20 | |
21 | 21 | # path to source directories (required) |
22 | 22 | #sources=/var/lib/jenkins/.jenkins/workspace/AMDA_FitnesseTest/AMDA_Kernel | ... | ... |