Commit 0faa5e8dd77a5dba11b5cdc857d74fbbb6dd2f59

Authored by Benjamin Renard
1 parent 922c1ade

Set to version 3.5

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
... ...
src/amdaXMLRequestorTool/Main.cc
... ... @@ -69,7 +69,7 @@
69 69 * - VOTable format support
70 70 *
71 71 *@section References
72   - *@version 3.4.0
  72 + *@version 3.5.0
73 73 *@authors AKKA IS, CS.
74 74 */
75 75 #include <iostream>
... ...