diff --git a/DESCRIPTION b/DESCRIPTION
index d35f57405c0804e01110b34c4e743c58dd2f574e..99e9edd29c874c6a560346be3a77dfcec21dbac9 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.2.9.10
+Version: 1.2.9.11
 Date: 2019-03-18
 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 0bc189eb6405472079ddafd66ab6a01446dc8056..1eb486b208a6c58edac4d923d01dd5c5efca37b1 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.9.10 Release Notes (2019-03-18) 
+### 1.2.9.11 Release Notes (2019-03-18) 
 
 
 
diff --git a/R/ErrorCrit.R b/R/ErrorCrit.R
index 7037b11fa8423e91ed4345a001272aa528e206e6..7f0d362d97dbd1ff195526e7b17b79545c3f0f98 100644
--- a/R/ErrorCrit.R
+++ b/R/ErrorCrit.R
@@ -10,7 +10,7 @@ ErrorCrit <- function(InputsCrit, OutputsModel, FUN_CRIT, warnings = TRUE, verbo
     stop("OutputsModel must be of class 'OutputsModel'")
   }  
   if (!missing(FUN_CRIT)) {
-    warning("argument 'FUN_CRIT' is deprecated. The error criterion function is now automatically get from the 'InputsCrit' object", call. = FALSE)
+    warning("deprecated 'FUN_CRIT' argument. The error criterion function is now automatically get from the 'InputsCrit' object", call. = FALSE)
   }