> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client/ks.reactor.client.ksversion/ks.reactor.client.ksversion.precision.md).

# Enum ksVersion.Precision

Namespace: [KS.Reactor.Client](/reactor/api-reference/ks.reactor.client.md)\
Assembly: KSUnity.dll

Which revision numbers to check for version comparisons.

```csharp
public enum ksVersion.Precision
```

## Fields

`BUILD = 4`

Check all the version numbers and the prerelease string.

`MAJOR = 0`

Check only the major version numbers.

`MINOR = 1`

Check the major and minor version numbers.

`PRERELEASE = 3`

Check the major, minor, and revision version numbers and the prerelease string.

`REVISION = 2`

Check the major, minor, and revision version numbers.
