Technical limitations is why we talked about at a high level, and looking to create a JEP first
> 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… how would lts work? 2022.02.23.1? I think that'll confuse a lot of version parsers. Maybe we should go IPV6 when that happens (cause 4 periods = IPv4 ..okay I'll see myself out) > 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... ) 22.03.01 would still work then, as would 22.03.01.1 since the .1 would be just fileversion? I don't know? On Wed, Feb 23, 2022 at 3:46 PM Slide <[email protected]> wrote: >>> >>> >>> 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. -- 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/CAG%3D_Duvdr4vnsKiRt%3DG0vR6Q3zSGGdqG%2BOZe79ScSNb-qexfOg%40mail.gmail.com.
