diff --git a/CMakeLists.txt b/CMakeLists.txt index 5adc8f8..112b36e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) PROJECT(AMDA-Kernel) SET(CPACK_PACKAGE_VERSION_MAJOR "3") -SET(CPACK_PACKAGE_VERSION_MINOR "5") +SET(CPACK_PACKAGE_VERSION_MINOR "6") SET(CPACK_PACKAGE_VERSION_PATCH "0") # configure a header file to pass some of the CMake settings to the source code diff --git a/sonar-project.properties b/sonar-project.properties index c035cb0..80bf895 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -15,8 +15,8 @@ sonar.sourceEncoding=UTF-8 # required metadata sonar.projectKey=AKKA:AMDA-Kernel sonar.projectName=AMDA-Kernel -sonar.projectVersion=3.5.0 -sonar.branch=3.5 +sonar.projectVersion=3.6.0 +sonar.branch=3.6 # path to source directories (required) #sources=/var/lib/jenkins/.jenkins/workspace/AMDA_FitnesseTest/AMDA_Kernel diff --git a/src/amdaXMLRequestorTool/Main.cc b/src/amdaXMLRequestorTool/Main.cc index 82302cb..65b96ea 100644 --- a/src/amdaXMLRequestorTool/Main.cc +++ b/src/amdaXMLRequestorTool/Main.cc @@ -69,7 +69,7 @@ * - VOTable format support * *@section References - *@version 3.5.0 + *@version 3.6.0 *@authors AKKA IS, CS. */ #include -- libgit2 0.21.2