> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/resources/other-resources/prevent-issues-by-matching-major-and-minor-versions.md).

# Prevent issues by matching major and minor versions

{% hint style="warning" %}
Always match major and minor versions across Devolutions products (e.g., 2026.2 with 2026.2) to avoid errors and compatibility issues.
{% endhint %}

Devolutions products follow a ***Major.Minor.Patch.Revision*** numbering scheme, a variant of semantic versioning (SemVer) adapted to include a revision or build number. For example, in version ***2026.1.18.0***:

* ***2026:*** Major version, which usually corresponds to the release year.
* ***1*** : Minor version, which introduces feature increments.
* ***18:*** Patch (or build), which includes bug fixes or minor updates.
* ***0:*** Revision (or build number), which is generally reserved for hotfixes or internal builds.

### Extended maintenance and latest versions (Devolutions Server)

In addition to understanding major and minor versions, it is important to distinguish between extended maintenance and latest versions. This distinction applies only to Devolutions Server.

* **Extended maintenance**: Refers to the latest minor version of the previous major release (e.g., 2026.1.18).
* **Latest**: Refers to the most recent version available, which includes all the latest features, improvements, [security patches](https://devolutions.net/security/advisories/), and bug fixes (e.g., 2026.2.x).

Each time a new release becomes available (e.g., 2026.3.x), the latest version (2026.2.x) becomes the new extended maintenance version. No security updates or patches are provided for previous extended maintenance versions (e.g., 2025.3.x or earlier). This lifecycle is repeated for each new release.

### Version management

The ***Version management*** allows administrators to manage the workspace availability in other versions of Remote Desktop Manager for Windows, macOS, and Linux.

* [Remote Desktop Manager](https://docs.devolutions.net/rdm/commands/administration/system-settings/application-specific/version-management/)
* [Devolutions Server](https://docs.devolutions.net/server/web-interface/administration/configuration/system-settings/#vault-management)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/resources/other-resources/prevent-issues-by-matching-major-and-minor-versions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
