Actions
Feature #19072
closedReminder: Remove ABI version suffix like "3.2.0+2" from release version
Status:
Closed
Assignee:
-
Target version:
-
Description
The development version of Ruby 3.2.0 added ABI version suffix like +2
. It will remove at the final release of Ruby 3.2.0.
@nobu (Nobuyoshi Nakada) said it's already implemented on our package script(?). But We should check it before the final release.
Updated by hsbt (Hiroshi SHIBATA) about 2 years ago
- Related to Bug #18249: The ABI version of dev builds of CRuby does not correspond to the ABI added
Updated by nobu (Nobuyoshi Nakada) about 2 years ago
- Status changed from Open to Closed
The daily snapshot checks it now: https://github.com/ruby/actions/pull/20
Updated by hsbt (Hiroshi SHIBATA) almost 2 years ago
Thanks @nobu (Nobuyoshi Nakada)
I also confirmed removing +n suffix with building snapshot applied #define RUBY_PATCHLEVEL 0
to version.h
.
Actions
Like4
Like1Like0Like0