diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 762f06fed4f8d2368860e576556d07ad15694bd1..6cd65a4e564e1f8b6a7071a1a5e3de2df6d33992 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,9 @@ build:
     - make
     - make install
     - find /home/opam/.opam/4.05.0/ -name gnuplot-rif -print
-
+  cache:
+    untracked: true
+    
 test:
   stage: test
   script:
diff --git a/_oasis b/_oasis
index bb1fdeefb6728f177f927a89bf066de661323631..0557539d6ecb61ec7af33db530149dc9bf4ab6b4 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat: 0.4
 Name:        lutils
-Version:     1.34
+Version:     1.35
 Authors:     Erwan Jahier
 Maintainers: erwan.jahier@imag.fr
 License:     GPL-3
diff --git a/doc/version.tex b/doc/version.tex
index c168c406daf348e5b2f1e90de04ba58db1c66786..e955feabcaa8bccf6ec94e55d3bb7f4488e60b0c 100644
--- a/doc/version.tex
+++ b/doc/version.tex
@@ -1,4 +1,4 @@
-\newcommand{\version}{1.34}
-\newcommand{\sha}{30abd69}
+\newcommand{\version}{1.35}
+\newcommand{\sha}{25bc361}
 \newcommand{\versionname}{none}
 \newcommand{\versiondate}{11-12-17}
diff --git a/setup.ml b/setup.ml
index d2a8a27e69c02ae90bba825553cb29db2d30baf3..2c2c15286d1616a7cb29e8084c82584d42340433 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.10 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 0081447a51f21c84983c857d66d89a24) *)
+(* DO NOT EDIT (digest: 46805bdb22b1e376e84d6cf7789a688d) *)
 (*
    Regenerated by OASIS v0.4.10
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6855,7 +6855,7 @@ let setup_t =
        {
           oasis_version = "0.4";
           ocaml_version = None;
-          version = "1.34";
+          version = "1.35";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -7254,7 +7254,7 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.10";
-     oasis_digest = Some "Z\028a\186\166\232\2393QF\169F\229\137)\240";
+     oasis_digest = Some "N\220s)t\189\"}#\148\186\031G\200k_";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
diff --git a/src/META b/src/META
index 333ecbeba528cdf1aca92a00db2d2c402125f110..70d0b1d39412a4f5b12dc8fbd14038f8c6337fae 100644
--- a/src/META
+++ b/src/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 75996833ef4f8620c07a47e6b9a7ce4d)
-version = "1.34"
+# DO NOT EDIT (digest: 591a1887a77a62fb7c61cd277aace1b2)
+version = "1.35"
 description = "shared by Verimag/synchronous tools (lustre, lutin, rdbg)."
 requires = "unix str camlp4 num"
 archive(byte) = "lutils.cma"
diff --git a/src/lutilsVersion.ml b/src/lutilsVersion.ml
index 44f5d8d94b9593561c4d414bf429de1e18bf7d8a..04c48dafed4f73cd18a96dc3ae628362bec273dd 100644
--- a/src/lutilsVersion.ml
+++ b/src/lutilsVersion.ml
@@ -1,2 +1,2 @@
-let str="1.34"
-let sha="30abd69"
+let str="1.35"
+let sha="25bc361"