Basically a cloneable, comparable, equatable version composed of major, minor, build, revision. Or patch, build, or however you'd like to decompose the fields.
I don't think it'd be hard to cook one up using say tuple<int, int, int, int> for instance, but if one already exists I'd like to save the effort.