Skip to content

Commit

Permalink
libmultipath: bump version to 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Wilck <mwilck@suse.com>
  • Loading branch information
mwilck committed Nov 13, 2024
1 parent a6704b2 commit f7d682d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmultipath/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#ifndef VERSION_H_INCLUDED
#define VERSION_H_INCLUDED

#define VERSION_CODE 0x000A00
#define VERSION_CODE 0x000B00
/* MMDDYY, in hex */
#define DATE_CODE 0x080F18
#define DATE_CODE 0x0B0D18

#define PROG "multipath-tools"

Expand Down

3 comments on commit f7d682d

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (2)

resynced
versioning

These words are not needed and should be removed sdc systemd

To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the git@github.com:openSUSE/multipath-tools.git repository
on the coverity branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/openSUSE/multipath-tools/actions/runs/11816671713/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (256) from .github/actions/spelling/expect.txt and unrecognized words (2)

Dictionary Entries Covers Uniquely
cspell:php/dict/php.txt 1689 13 3
cspell:node/dict/node.txt 891 14 2
cspell:python/src/python/python-lib.txt 2417 10 1
cspell:golang/dict/go.txt 2099 7 1
cspell:dotnet/dict/dotnet.txt 405 7

Consider adding them (in .github/workflows/spelling.yml) in jobs:/spelling: for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries: |
          cspell:php/dict/php.txt
          cspell:node/dict/node.txt
          cspell:python/src/python/python-lib.txt
          cspell:golang/dict/go.txt
          cspell:dotnet/dict/dotnet.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.