On Sat, 28 Sep 2013, Andreas Metzler wrote: > From: Andreas Metzler <[email protected]> > To: [email protected], [email protected] > Date: Sat, 28 Sep 2013 18:05:38 > Subject: Re: [exim] [exim-dev] Exim 4.82 RC1 uploaded > > On 2013-09-26 Todd Lyons <[email protected]> wrote: > > I have uploaded Exim 4.82 RC1 to > > ftp://ftp.exim.org/pub/exim/exim4/test/ > [...] > > Thanks for starting the release process. > > It builds ok and seems to work for me (see headers ;-), it does not > advertise itself as 4.82, though: > > ametzler@argenau:$ /usr/sbin/exim4 -be '$version_number' > 4.80_230-b1f3784
I've no doubt this will be fixed at release time. For the moment this is easy to fix with a simple patch applied before building: --- exim-4.82_RC1/src/version.sh.orig Thu Sep 26 13:41:00 2013 +++ exim-4.82_RC1/src/version.sh Sun Sep 29 09:30:03 2013 @@ -1,4 +1,4 @@ # automatically generated file - see ../scripts/reversion -EXIM_RELEASE_VERSION="4.80" -EXIM_VARIANT_VERSION="_230-b1f3784" +EXIM_RELEASE_VERSION="4.82" +EXIM_VARIANT_VERSION="_RC1" EXIM_COMPILE_NUMBER="1" -- Dennis Davis <[email protected]> -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
