mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
fix makefile.update_next_tag
This commit is contained in:
parent
c79fa08b52
commit
185cf14f28
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -57,10 +57,11 @@ push_stable: all
|
|||
git push origin
|
||||
git checkout master
|
||||
|
||||
VERSION=$(shell awk '/Version:/ {print $$2}' _oasis)
|
||||
VERSION=$(shell awk '^/Version:/ {print $$2}' _oasis)
|
||||
|
||||
update_next_tag:
|
||||
@echo "update version to $(VERSION)..."
|
||||
sed -i "s/NEXT_VERSION/$(VERSION)/g" *.ml *.mli
|
||||
sed -i "s/NEXT_RELEASE/$(VERSION)/g" *.ml *.mli
|
||||
|
||||
.PHONY: benchs tests examples update_next_tag push_doc push_stable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue