diff --git a/DESCRIPTION b/DESCRIPTION
index 081a01066318a090a94afbd66188a6bd1a08be09..2a0072271ab51948cf880a33f68eec8d6eb6c7c4 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.2.43
+Version: 1.3.2.44
 Date: 2019-09-23
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index 84845bfbf8b1121df571cacd7d4211fb62a81c2e..e6ac002253bc0370d8a801a7105758c36e10f925 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.3.2.43 Release Notes (2019-09-23)
+### 1.3.2.44 Release Notes (2019-09-23)
 
 
 #### CRAN-compatibility updates
@@ -138,7 +138,7 @@ ________________________________________________________________________________
 
 - <code>.FortranOutputs()</code> private function added to manage Fortran outputs.
 
-- Outputs of frun_GR2M Fortran subroutine were reordered.
+- Outputs of <code>frun_GR2M</code> Fortran subroutine were reordered.
 
 - <code>DataAltiExtrapolation_Valery()</code> now returns named elements of lists relative to elevation layer.
 
@@ -335,6 +335,7 @@ ________________________________________________________________________________
 
 ### 1.0.4 Release Notes (2017-01-18)
 
+
 #### New features
 
 - <code>RunModel_CemaNeige()</code>, <code>RunModel_CemaNeigeGR4J()</code>, <code>RunModel_CemaNeigeGR5J()</code> and <code>RunModel_CemaNeigeGR6J()</code> now return air temperature for each elevation layer. 
@@ -356,6 +357,7 @@ ________________________________________________________________________________
 
 ### 1.0.3 Release Notes (2016-12-09)
 
+
 #### New features
 
 - <code>ErrorCrit_&#42;()</code> functions gain a <code>warnings</code> argument to replace the verbose action and the <code>verbose</code> argument now prints the criterion value(s).
@@ -420,6 +422,7 @@ ________________________________________________________________________________
 
 ### 1.0.1 Release Notes (2016-04-21)
 
+
 #### Deprecated and defunct
 
 - The <code>Calibration_HBAN()</code> and <code>DataAltiExtrapolation_HBAN()</code> functions have respectively been renamed as <code>Calibration_Michel()</code> and <code>DataAltiExtrapolation_Valery()</code> after the names of their creators.
@@ -454,6 +457,7 @@ ________________________________________________________________________________
 
 ### 0.8.1.2 Release Notes (2015-08-21)
 
+
 #### Bug fixes
 
 - Fixed bug in <code>CreateInputsModel()</code> that was related to the handling of missing values.