2

I want to download the latest Mono MDK of the 3.0.10 branch. On the download site, I see that 3 packages are available:

Mono download versions

QUESTION: What is the meaning of "20" in 3.10.0.20 ?

I find it strange that the 3.0.10.20 file is older than the 3.0.10.0 file.

The Mono versioning scheme documentation does not mention it.

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373

1 Answers1

1

The 20 (or 19) is just a build number.

The package without the build number is probably supposed to be a copy of the latest package, and then someone forgot that when 3.10.0.20 was released (so it's identical to 3.10.0.19).

Rolf Bjarne Kvinge
  • 19,253
  • 2
  • 42
  • 86