diff --git a/DESCRIPTION b/DESCRIPTION
index 686c620df39521b09e4821fba6a4361cdde1f1ab..f0ddec087568820234751a9787dd919d320b3593 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.0.9.74
+Version: 1.0.9.75
 Date: 2018-02-01
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 2a08cabd0789629580a5fe2235894d2eb0dd5d4c..4c5f9fa52de18517a43d634b8a0db859ab60d669 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.0.9.74 Release Notes (2018-02-01) 
+### 1.0.9.75 Release Notes (2018-02-01) 
 
 
 ____________________________________________________________________________________
diff --git a/man/CreateInputsModel.Rd b/man/CreateInputsModel.Rd
index 7030521315319a81ba5e0abd6109f46dd73cd94d..4aefc131791da23aebab1e768773c44b0b8a870d 100644
--- a/man/CreateInputsModel.Rd
+++ b/man/CreateInputsModel.Rd
@@ -62,7 +62,8 @@ Creation of the \emph{InputsModel} object required to the \code{RunModel*} funct
 
 \details{
 Users wanting to use \code{FUN_MOD} functions that are not included in 
-the package must create their own InputsModel object accordingly.
+the package must create their own InputsModel object accordingly. \cr
+Please note that if CemaNeige is used, and \code{ZInputs} is different than \code{HypsoData}, then precipitation and temperature are interpolated with the \code{DataAltiExtrapolation_Valery} function.
 }