Skip to content
Snippets Groups Projects
Commit f859bb9b authored by erwan's avatar erwan
Browse files

Releasing opam package for version 6.100.2

parent 9beabcb2
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,14 @@ update_version: ...@@ -54,14 +54,14 @@ update_version:
make src/lv6version.ml make src/lv6version.ml
cp _oasis _oasis.save cp _oasis _oasis.save
cat _oasis.save | sed "s/^Version:.*/Version: $(VERSION)/" > _oasis cat _oasis.save | sed "s/^Version:.*/Version: $(VERSION)/" > _oasis
rm committed rm -f committed
git add _oasis git add _oasis
git add src/lv6version.ml git add src/lv6version.ml
make clean && make make clean && make
BRANCH=$(shell git rev-parse --abbrev-ref HEAD) BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
cia: cia:test
test -f committed && \ test -f committed && \
echo "*** I won't commit!\n*** until you 'make update_version'!" \ echo "*** I won't commit!\n*** until you 'make update_version'!" \
|| (git commit -a -F log && touch committed) && echo "Hint: 'make ci' to test the CI before doing 'make 'push'" || (git commit -a -F log && touch committed) && echo "Hint: 'make ci' to test the CI before doing 'make 'push'"
......
OASISFormat: 0.4 OASISFormat: 0.4
Name: lustre-v6 Name: lustre-v6
Version: 6.100.0 Version: 6.100.2
Synopsis: The Lustre V6 Verimag compiler Synopsis: The Lustre V6 Verimag compiler
Description: This package contains: Description: This package contains:
- lv6: the (current) name of the compiler (and interpreter via -exec) - lv6: the (current) name of the compiler (and interpreter via -exec)
......
File deleted
(** Automatically generated from Makefile.version *) (** Automatically generated from Makefile.version *)
let tool = "lv6" let tool = "lv6"
let str="6.100.0" let str="6.100.2"
let sha="db7aa5b" let sha="615ffc5"
let branch = "master" let branch = "master"
let maintainer = "erwan.jahier@univ-grenoble-alpes.fr" let maintainer = "erwan.jahier@univ-grenoble-alpes.fr"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment