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.6 #339

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

c72578
Copy link
Collaborator

@c72578 c72578 commented Jun 28, 2024

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

- Substitute occurrences of "2.2.5" with "2.2.6" using:
  git grep -I -l -e '2\.2\.5' | xargs \
  sed -b -i -e 's/2\.2\.5/2\.2\.6/g'
- Update Version in settings file from 225 to 226
  sed -b -i -e 's/Version\", 225/Version\", 226/' \
  CUETools.Processor/CUEConfig.cs
- Update test file `flake.flac`
  sed -b -i -e 's/2\.2\.5/2\.2\.6/g' \
  CUETools/CUETools.TestCodecs/Data/flake.flac
@c72578 c72578 merged commit 4ddf769 into gchudov:master Jun 28, 2024
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