Skip to content

Commit

Permalink
update_version: Fix disappearing , in README.md (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkastner authored May 12, 2023
1 parent 8ea6f82 commit a1f667c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ PropertyValue wrapping pm::Array<polymake::topaz::HomologyGroup<pm::Integer>>
If you have used OSCAR in the preparation of a paper please cite it as described below:

[OSCAR]
OSCAR -- Open Source Computer Algebra Research system, Version 0.12.1-DEV The OSCAR Team, 2023. (https://www.oscar-system.org)
OSCAR -- Open Source Computer Algebra Research system, Version 0.12.1-DEV, The OSCAR Team, 2023. (https://www.oscar-system.org)
[OSCAR-book]
Wolfram Decker, Christian Eder, Claus Fieker, Max Horn, Michael Joswig, The OSCAR book, 2024.

Expand Down
2 changes: 1 addition & 1 deletion etc/update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "Setting version to $relvers, released $reldate_iso"

# update version in several files
perl -pi -e 's;version = "[^"]+";version = "'$relvers'";' Project.toml
perl -pi -e "s;Version [^ }]+;Version $relvers;" README.md
perl -pi -e "s;Version [^ },]+;Version $relvers;" README.md
perl -pi -e 's;Date := "[^"]+",;Date := "'$reldate'",;' gap/OscarInterface/PackageInfo.g
perl -pi -e 's;Version := "[^"]+",;Version := "'$relvers'",;' gap/OscarInterface/PackageInfo.g

Expand Down

0 comments on commit a1f667c

Please sign in to comment.