Michael Orlitzky via Postfix-users: > On Sun, 2024-09-01 at 04:41 +1000, Viktor Dukhovni via Postfix-users > wrote: > > > > How did you get Postfix to believe its version is "3.9". There was > > never such a release. Official Postfix release versions always have > > a micro "patch level". > > Looks to be from > > #define MAIL_VERSION_NUMBER "3.9" > > in postfix-3.9.0/src/global/mail_version.h. > > > > If Gentoo builds arrange it to be otherwise, why odes Phil's version > > have the expected three parts? > > That part is still a mystery. We set > > shlib_directory = /usr/lib64/postfix/${mail_version} > > but somehow his new postfix didn't get the memo.
Looks like I screwed up. postfix-3.7.8/src/global/mail_version.h:#define MAIL_VERSION_NUMBER "3.7.8" postfix-3.8.6/src/global/mail_version.h:#define MAIL_VERSION_NUMBER "3.8.6" postfix-3.9.0/src/global/mail_version.h:#define MAIL_VERSION_NUMBER "3.9" That should have a minor number. I'll add a pre-release check for this. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org