Re: [VOTE] Release apr-1.7.4-rc1 as apr-1.7.4
Yann Ylavic <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <CAKQ1sVMg-UFZHm2EpV335HhbOb2UgzTE1TSNUR4njZsj=BGXOw@mail.gmail.com> |
On Thu, Apr 13, 2023 at 9:38 AM SteffenAL <[email protected]> wrote: > > It is identified as 1.7.4-dev > > In apr_version.h dev version is defined. I don't see this in the release candidate tarballs (.gz or .bz2), apr_version.h contains: /* #undef APR_IS_DEV_VERSION */ so it should not include the "-dev" suffix in APR_VERSION_STRING. Likewise here: https://github.com/apache/apr/blob/1.7.4-rc1-candidate/include/apr_version.h#L72 Could it be from a local /D of yours or something? Regards; Yann.