> > >> - >> >> >> Version number to yearly? >> - >> >> Starting in with 23.01 being the first week of the year 2023 >> - >> >> Harder to skip/reissue/etc a release >> >> Or format as a date, like 2022.02.23, so we can issue up to one release a > day. Or drop MRP and use CD versions… >
Windows installers have issues with versions like this, there are limits on how high the major/minor/build version can go. FileVersions and ProductVersions are unrelated. ProductVersion is shown in Add/Remove Programs ( Programs and Features ) and is mainly used during Major Upgrade scenarios to decide what should happen. ProductVersion Property is defined as [0-255].[0-255].[0-65535] ( 8,8,16 signed bit respectively) File Version is defined as [0-65535].[0-65535].[0-65535].[0-65535] ( 16,16,16,16 signed bit... ) The product version is already mangled to support LTS releases, it might get confusing as to what version is installed if we have to mangle more. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVc1HtMoz32xGzaKix8Hh5Ce3SZzGy%3DGxJHbqy_tezEuzw%40mail.gmail.com.
