Commit 345dce28cc49f11b191b1acee64d948b8e2330c8

Authored by Jürgen Knödlseder
1 parent 526ff3c7

GammaLib package version set to '1.4.2' and libtool version set to '5:0:0'

README.md
... ... @@ -184,7 +184,7 @@ If everything works successfully you should see
184 184 or
185 185  
186 186 ============================================================================
187   - Testsuite summary for gammalib 1.4.1
  187 + Testsuite summary for gammalib 1.4.2
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.4.1], [jurgen.knodlseder@irap.omp.eu], [gammalib])
  32 +AC_INIT([gammalib], [1.4.2], [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.4.1
  35 +PROJECT_NUMBER = 1.4.2
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.4'
59 59  
60 60 # The full version, including alpha/beta/rc tags.
61   -release = '1.4.1'
  61 +release = '1.4.2'
62 62  
63 63 # The language for content autogenerated by Sphinx. Refer to documentation
64 64 # for a list of supported languages.
... ...
gammalib.pc.in
... ... @@ -6,7 +6,7 @@ includedir=${prefix}/include
6 6 Name: GammaLib
7 7 Description: Versatile toolbox for analysis of astronomical gamma-ray data
8 8 URL: http://cta.irap.omp.eu/gammalib/
9   -Version: 1.4.1
  9 +Version: 1.4.2
10 10 Requires:
11 11 Requires.private: @CFITSIO@
12 12 Conflicts:
... ...
sonar-project.properties
1 1 # Required metadata
2 2 sonar.projectKey=gammalib
3 3 sonar.projectName=GammaLib
4   -sonar.projectVersion=1.4.1
  4 +sonar.projectVersion=1.4.2
5 5  
6 6 # Description
7 7 sonar.projectDescription="Versatile toolbox for scientific analysis of astronomical gamma-ray data"
... ...