Commit 1188722a6c0ec0bb4713e728bb79bfab9db40ed3

Authored by Jürgen Knödlseder
1 parent ab65d3fc

Update release version for bugfix-1.7.3 branch

README.md
... ... @@ -183,7 +183,7 @@ If everything works successfully you should see
183 183 or
184 184  
185 185 ============================================================================
186   - Testsuite summary for gammalib 1.7.2
  186 + Testsuite summary for gammalib 1.7.3
187 187 ============================================================================
188 188 # TOTAL: 21
189 189 # PASS: 21
... ...
configure.ac
... ... @@ -29,7 +29,7 @@
29 29 #############################################################################
30 30 # Initialisation #
31 31 #############################################################################
32   -AC_INIT([gammalib], [1.7.2], [jurgen.knodlseder@irap.omp.eu], [gammalib])
  32 +AC_INIT([gammalib], [1.7.3], [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.7.2
  35 +PROJECT_NUMBER = 1.7.3
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/admin/download.rst
... ... @@ -4,13 +4,14 @@ Download
4 4 ========
5 5  
6 6 The latest GammaLib release is
7   -`gammalib-1.7.2 <http://cta.irap.omp.eu/ctools/releases/gammalib/gammalib-1.7.2.tar.gz>`_
8   -(15 October 2020).
  7 +`gammalib-1.7.3 <http://cta.irap.omp.eu/ctools/releases/gammalib/gammalib-1.7.3.tar.gz>`_
  8 +(2 December 2020).
9 9  
10 10 Below a list of older GammaLib releases. Please read the :ref:`release` to
11 11 learn more about new features and corrected bugs in a given release.
12 12  
13 13 To download an older release, click on the corresponding release number:
  14 +`1.7.2 <http://cta.irap.omp.eu/ctools/releases/gammalib/gammalib-1.7.2.tar.gz>`_
14 15 `1.7.1 <http://cta.irap.omp.eu/ctools/releases/gammalib/gammalib-1.7.1.tar.gz>`_
15 16 `1.7.0 <http://cta.irap.omp.eu/ctools/releases/gammalib/gammalib-1.7.0.tar.gz>`_
16 17 `1.6.3 <http://cta.irap.omp.eu/ctools/releases/gammalib/gammalib-1.6.3.tar.gz>`_
... ...
doc/source/conf.py
... ... @@ -58,7 +58,7 @@ copyright = u&#39;2006-2019, GammaLib developers&#39;
58 58 version = '1.7'
59 59  
60 60 # The full version, including alpha/beta/rc tags.
61   -release = '1.7.2'
  61 +release = '1.7.3'
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.7.2
  4 +sonar.projectVersion=1.7.3
5 5  
6 6 # Description
7 7 sonar.projectDescription="Versatile toolbox for scientific analysis of astronomical gamma-ray data"
... ...