Skip to content

Commit

Permalink
Update library version to be 47.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Romanovsky <[email protected]>
  • Loading branch information
rleon committed May 11, 2023
1 parent f2789cb commit c2455f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif()
set(PACKAGE_NAME "RDMA")

# See Documentation/versioning.md
set(PACKAGE_VERSION "46.0")
set(PACKAGE_VERSION "47.0")
# When this is changed the values in these files need changing too:
# debian/control
# debian/libibverbs1.symbols
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rdma-core (46.0-1) unstable; urgency=medium
rdma-core (47.0-1) unstable; urgency=medium

* New upstream release.

Expand Down
2 changes: 1 addition & 1 deletion redhat/rdma-core.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: rdma-core
Version: 46.0
Version: 47.0
Release: 1%{?dist}
Summary: RDMA core userspace libraries and daemons

Expand Down
2 changes: 1 addition & 1 deletion suse/rdma-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

%define git_ver %{nil}
Name: rdma-core
Version: 46.0
Version: 47.0
Release: 0
Summary: RDMA core userspace libraries and daemons
License: BSD-2-Clause OR GPL-2.0-only
Expand Down

5 comments on commit c2455f1

@wuch-g2v
Copy link

Choose a reason for hiding this comment

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

Looks like from https://github.com/linux-rdma/rdma-core/tags gone 46.0 and 46.1 tags 🤔

@nmorey
Copy link
Contributor

@nmorey nmorey commented on c2455f1 Jun 10, 2023

Choose a reason for hiding this comment

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

Looks like from https://github.com/linux-rdma/rdma-core/tags gone 46.0 and 46.1 tags thinking

@wuch-g2v They are not. I released a whole bunch of stable releases yesterday so v46.0 is further down the list: https://github.com/linux-rdma/rdma-core/releases/tag/v46.0

There never was a v46.1

@wuch-g2v
Copy link

Choose a reason for hiding this comment

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

But was 46.0 and tag for that version is gone.

@nmorey
Copy link
Contributor

@nmorey nmorey commented on c2455f1 Jun 10, 2023

Choose a reason for hiding this comment

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

@wuch-g2v It's not:

[(master) nmorey@portia:tmp]$ git clone https://github.com/linux-rdma/rdma-core.git
Cloning into 'rdma-core'...
remote: Enumerating objects: 63043, done.
remote: Counting objects: 100% (1098/1098), done.
remote: Compressing objects: 100% (286/286), done.
remote: Total 63043 (delta 868), reused 997 (delta 812), pack-reused 61945
Receiving objects: 100% (63043/63043), 22.28 MiB | 2.62 MiB/s, done.
Resolving deltas: 100% (49188/49188), done.
[(master) nmorey@portia:tmp]$ cd rdma-core/
[(master) nmorey@portia:rdma-core (master)]$ git show v46.0
tag v46.0
Tagger: Leon Romanovsky <[email protected]>
Date:   Thu May 11 16:12:16 2023 +0300

rdma-core-46.0:

See here: https://github.com/linux-rdma/rdma-core/tags?after=v26.11

@rleon
Copy link
Member Author

@rleon rleon commented on c2455f1 Jun 11, 2023

Choose a reason for hiding this comment

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

But was 46.0 and tag for that version is gone.

Like Nicolas said, it is not.
Gihub webui "hides" old tags.

Please sign in to comment.