Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 2.2.5 #310

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

c72578
Copy link
Collaborator

@c72578 c72578 commented Dec 23, 2023

  • Substitute occurrences of "2.2.4" with "2.2.5" using:
    git grep -I -l -e '2\.2\.4' | xargs \
    sed -b -i -e 's/2\.2\.4/2\.2\.5/g'
  • Update Version in settings file from 224 to 225
    sed -b -i -e 's/Version\", 224/Version\", 225/' \
    CUETools.Processor/CUEConfig.cs
  • Update test file flake.flac
    sed -b -i -e 's/2\.2\.4/2\.2\.5/g' \
    CUETools/CUETools.TestCodecs/Data/flake.flac

- Substitute occurrences of "2.2.4" with "2.2.5" using:
  git grep -I -l -e '2\.2\.4' | xargs \
  sed -b -i -e 's/2\.2\.4/2\.2\.5/g'
- Update Version in settings file from 224 to 225
  sed -b -i -e 's/Version\", 224/Version\", 225/' \
  CUETools.Processor/CUEConfig.cs
- Update test file `flake.flac`
  sed -b -i -e 's/2\.2\.4/2\.2\.5/g' \
  CUETools/CUETools.TestCodecs/Data/flake.flac
@c72578 c72578 merged commit 1d855b1 into gchudov:master Dec 23, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant