What's the difference between the 33.x.y branch and the 4.x.x branch?

This is undoubtedly a very n00b question.

On the desktop releases page, there’s a series of releases with version number 33.x.x (and 32 and so on) and a series with version number 4.x.x.

What, if any, are functional differences between the two? No need to give an exhaustive list, I just want to know if one version has specific advantages over the other, and if there is perhaps any difference in intended use.

I could not find an answer to this in the manual.

It’s not a separate series or branch. They simply switched to semantic versioning to use the same versioning scheme as the server.

So 4.0.8 was the last release with the old versioning scheme, followed by 33.0.0, the first release with the new scheme, then 33.0.1 and 33.0.2, which is currently the latest version.

2 Likes

Ah. Thank you!
Much obliged.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.