diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd023aa59287f605d88e0482775671b67c7cba13..e3c6fb51d02835065314bd81bb8e8679578bd968 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,10 +21,3 @@ test: - cd test - make test-batch -local_test: - stage: deploy - script: - - make - - make install - - ls -l ../_build/src/gnuplotRifMain.native - - make test-batch diff --git a/_oasis b/_oasis index 75e6dfe81a10d581f58e11a90256b5f4ba7bbf05..f0898cc87495646e1b3c4b3e7ce883abe6bab0ea 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: lutils -Version: 1.29 +Version: 1.30 Authors: Erwan Jahier Maintainers: erwan.jahier@imag.fr License: GPL-3 diff --git a/doc/version.tex b/doc/version.tex index f10329c59fbb1125164dee4683629d6a8bb3772f..88d58e1364aeb2c8682ab018573f61df1ed2d63a 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,4 +1,4 @@ -\newcommand{\version}{1.29} -\newcommand{\sha}{7bb27a3} +\newcommand{\version}{1.30} +\newcommand{\sha}{1e6ac97} \newcommand{\versionname}{none} \newcommand{\versiondate}{08-12-17} diff --git a/setup.ml b/setup.ml index 8de16c20b0e99309a66978a32fd7749e222de338..c5d552c1f077d713574e15a40305046bb5427587 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: 7997b790922194a50794e0b4228c8bc2) *) +(* DO NOT EDIT (digest: 6efc8ad9d704127f95ee31e9f91f71c6) *) (* 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.29"; + version = "1.30"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -7254,7 +7254,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.10"; - oasis_digest = Some "\134_n\132_\148TAS\128\231\247F&\022B"; + oasis_digest = Some "\163}9|\022\1773\173\227\014\214\173B\185\205\154"; oasis_exec = None; oasis_setup_args = []; setup_update = false diff --git a/src/META b/src/META index 1d4c81f43b0ab567cf4b06eee28fa6e729541fe2..fada227d2f0f3788985cc8e24c72341820aca516 100644 --- a/src/META +++ b/src/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: e198011d6cd0be22ad077bc21eeeb5f7) -version = "1.29" +# DO NOT EDIT (digest: 03e3c3ffeddaf5bf68d8b35acaf7389a) +version = "1.30" 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 3d497409b2660da616654447893a3aa85de2156a..b117865ccbd8fead2aed6d8af24eeda9978ed7fc 100644 --- a/src/lutilsVersion.ml +++ b/src/lutilsVersion.ml @@ -1,2 +1,2 @@ -let str="1.29" -let sha="7bb27a3" +let str="1.30" +let sha="1e6ac97"