Commit 47aedc3e48b3a411110c3b0e9198d39db3c94d10

Authored by Jürgen Knödlseder
1 parent 87561b5f

GammaLib package version set to '1.5.1' and libtool version set to '6:0:0'

README.md
1 1 GammaLib information
2 2 ====================
3   -* Version: 1.5.0 (1 August 2017)
  3 +* Version: 1.5.1 (1 August 2017)
4 4 * Author: Juergen Knoedlseder (jurgen.knodlseder@irap.omp.eu)
5 5  
6 6 [![Build Status](https://cta-jenkins.irap.omp.eu/buildStatus/icon?job=gammalib-integrate-os)](https://cta-jenkins.irap.omp.eu/job/gammalib-integrate-os/)
... ... @@ -184,7 +184,7 @@ If everything works successfully you should see
184 184 or
185 185  
186 186 ============================================================================
187   - Testsuite summary for gammalib 1.5.0
  187 + Testsuite summary for gammalib 1.5.1
188 188 ============================================================================
189 189 # TOTAL: 21
190 190 # PASS: 21
... ...
configure.ac
... ... @@ -29,7 +29,7 @@
29 29 #############################################################################
30 30 # Initialisation #
31 31 #############################################################################
32   -AC_INIT([gammalib], [1.5.0], [jurgen.knodlseder@irap.omp.eu], [gammalib])
  32 +AC_INIT([gammalib], [1.5.1], [jurgen.knodlseder@irap.omp.eu], [gammalib])
33 33 AC_CONFIG_SRCDIR([src/support/GTools.cpp])
34 34 AC_CONFIG_MACRO_DIR([m4])
35 35 AC_CONFIG_AUX_DIR([.])
... ...
doc/Doxyfile
... ... @@ -32,7 +32,7 @@ PROJECT_NAME = GammaLib
32 32 # This could be handy for archiving the generated documentation or
33 33 # if some version control system is used.
34 34  
35   -PROJECT_NUMBER = 1.5.0
  35 +PROJECT_NUMBER = 1.5.1
36 36  
37 37 # Using the PROJECT_BRIEF tag one can provide an optional one line description
38 38 # for a project that appears at the top of each page and should give viewer
... ...
doc/source/conf.py
... ... @@ -58,7 +58,7 @@ copyright = u'2006-2016, GammaLib developers'
58 58 version = '1.5'
59 59  
60 60 # The full version, including alpha/beta/rc tags.
61   -release = '1.5.0'
  61 +release = '1.5.1'
62 62  
63 63 # The language for content autogenerated by Sphinx. Refer to documentation
64 64 # for a list of supported languages.
... ...
sonar-project.properties
1 1 # Required metadata
2 2 sonar.projectKey=gammalib
3 3 sonar.projectName=GammaLib
4   -sonar.projectVersion=1.5.0
  4 +sonar.projectVersion=1.5.1
5 5  
6 6 # Description
7 7 sonar.projectDescription="Versatile toolbox for scientific analysis of astronomical gamma-ray data"
... ...