Re: [VOTE] Release apr-1.7.4-rc1 as apr-1.7.4
SteffenAL <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <[email protected]> |
it's me. I build from svn, and there is : #define APR_IS_DEV_VERSION Steffen On Thursday 13/04/2023 at 11:52, Yann Ylavic wrote: > 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.