Skip to content
Snippets Groups Projects
Commit 477d5b5e authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[dev] extend set-version.sh

- also update Frama-C build script
parent dccdd7c7
No related branches found
No related tags found
No related merge requests found
...@@ -124,4 +124,8 @@ else ...@@ -124,4 +124,8 @@ else
doc/aorai/main.tex doc/aorai/main.tex
$SED -i "s/\(^\\\\section\*{E-ACSL \\\\eacslpluginversion \\\\eacslplugincodename}\)/%\1\n\n\\\\section\*{E-ACSL $NEXT_MAJOR.$NEXT_MINOR $NEXT_CODENAME}/g" \ $SED -i "s/\(^\\\\section\*{E-ACSL \\\\eacslpluginversion \\\\eacslplugincodename}\)/%\1\n\n\\\\section\*{E-ACSL $NEXT_MAJOR.$NEXT_MINOR $NEXT_CODENAME}/g" \
src/plugins/e-acsl/doc/userman/changes.tex src/plugins/e-acsl/doc/userman/changes.tex
# Frama-C build script
$SED -i "s/(\\\\\\\"frama-c\\\\\\\" (>= [1-9][0-9]\.[0-9]))/(\\\\\\\"frama-c\\\\\\\" (>= $NEXT_MAJOR.$NEXT_MINOR))/g" bin/frama-c-build-scripts.sh
fi fi
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