diff --git a/DESCRIPTION b/DESCRIPTION
index 3397737f19129c2cd76080ad8f8b29d645f035c9..ab1562d7b410cf42936ac67a838da46e8b7e0479 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.10.3
+Version: 1.0.10.4
 Date: 2018-05-22
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 06b09484d6a6b478c546cd05457fa904e496a008..ea742956034639b7e145261915115a482e25e90a 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.0.10.3 Release Notes (2018-05-22) 
+### 1.0.10.4 Release Notes (2018-05-22) 
 
 
 ____________________________________________________________________________________
diff --git a/man/RunModel_GR4H.Rd b/man/RunModel_GR4H.Rd
index bdb8be198338a156ab3deedcb9438daf49aa5221..402fa502a67c9c44826345d5ad93c5d2e3703509 100644
--- a/man/RunModel_GR4H.Rd
+++ b/man/RunModel_GR4H.Rd
@@ -75,7 +75,7 @@ InputsModel <- CreateInputsModel(FUN_MOD=RunModel_GR4H,DatesR=BasinObs$DatesR,
 
 ## run period selection
 Ind_Run <- seq(which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="01/03/2004 00:00"),
-               which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="31/12/2008 00:00"))
+               which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="31/12/2008 23:00"))
 
 ## preparation of the RunOptions object
 RunOptions <- CreateRunOptions(FUN_MOD=RunModel_GR4H,InputsModel=InputsModel,IndPeriod_Run=Ind_Run)