diff --git a/DESCRIPTION b/DESCRIPTION
index b8559b7cfe794c626cdc72842716835984bfad4c..760d513622010dd3c5c3b8b6d52a21472bb33a91 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.15.10
+Version: 1.0.15.11
 Date: 2018-10-16
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index b01a8ca6c483fea488f38cc56f0bf8ee76bca358..7fe1613660664875b0b474f6192c7c009cc60b9e 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.0.15.10 Release Notes (2018-10-16) 
+### 1.0.15.11 Release Notes (2018-10-16) 
 
 
 
diff --git a/man/ErrorCrit.Rd b/man/ErrorCrit.Rd
index b10e5fc979124cc1f7c68acf812ff08035c95bf0..cdeb0e31c9345980036cc5e7f1c99656f434d8ca 100644
--- a/man/ErrorCrit.Rd
+++ b/man/ErrorCrit.Rd
@@ -18,7 +18,7 @@ ErrorCrit(InputsCrit, OutputsModel, FUN_CRIT, warnings = TRUE, verbose = TRUE)
 
 \item{OutputsModel}{[object of class \emph{OutputsModel}] see \code{\link{RunModel_GR4J}} or \code{\link{RunModel_CemaNeigeGR4J}} for details}
 
-\item{FUN_CRIT}{[function] error criterion function (e.g. \code{ErrorCrit_RMSE}, \code{ErrorCrit_NSE})}
+\item{FUN_CRIT}{[function] error criterion function (e.g. \code{\link{ErrorCrit_RMSE}}, \code{\link{ErrorCrit_NSE}})}
 
 \item{warnings}{(optional) [boolean] boolean indicating if the warning messages are shown, default = \code{TRUE}}
 
@@ -99,6 +99,6 @@ Laurent Coron
 
 
 \seealso{
-\code{\link{ErrorCrit_RMSE}}, \code{\link{ErrorCrit_NSE}}, \code{\link{ErrorCrit_KGE}}
+\code{\link{ErrorCrit_RMSE}}, \code{\link{ErrorCrit_NSE}}, \code{\link{ErrorCrit_KGE}, \code{\link{ErrorCrit_KGE2}}
 }