> 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/it/other-resources/prevent-issues-by-matching-major-and-minor-versions.md).

# Prevenire i problemi facendo corrispondere le versioni major e minor

{% hint style="warning" %}
Allinei sempre le versioni major e minor tra i prodotti Devolutions (ad esempio, 2026.2 con 2026.2) per evitare errori e problemi di compatibilità.
{% endhint %}

I prodotti Devolutions seguono uno schema di numerazione ***Major.Minor.Patch.Revision***, una variante del versionamento semantico (SemVer) adattata per includere un numero di revisione o build. Ad esempio, nella versione ***2026.2.9.0***:

* ***2026:*** versione major, che corrisponde solitamente all'anno di rilascio.
* ***2***: versione minor, che introduce incrementi di funzionalità.
* ***9:*** patch (o build), che include correzioni di bug o aggiornamenti minori.
* ***0:*** revisione (o numero di build), generalmente riservata a hotfix o build interne.

### Versioni extended maintenance e latest (Devolutions Server)

Oltre a comprendere le versioni major e minor, è importante distinguere tra le versioni extended maintenance e latest. Questa distinzione si applica solo a Devolutions Server.

* **Extended maintenance**: si riferisce all'ultima versione minor del rilascio major precedente (ad esempio, 2026.2.9).
* **Latest**: si riferisce alla versione più recente disponibile, che include tutte le ultime funzionalità, i miglioramenti, le [patch di sicurezza](https://devolutions.net/security/advisories/) e le correzioni di bug (ad esempio, 2026.2.x).

Ogni volta che diventa disponibile un nuovo rilascio (ad esempio, 2026.3.x), la versione latest (2026.2.x) diventa la nuova versione extended maintenance. Non vengono forniti aggiornamenti di sicurezza o patch per le versioni extended maintenance precedenti (ad esempio, 2025.3.x o precedenti). Questo ciclo di vita si ripete per ogni nuovo rilascio.

### Gestione delle versioni

La ***Gestione delle versioni*** consente agli amministratori di gestire la disponibilità dello spazio di lavoro in altre versioni di Remote Desktop Manager per Windows, macOS e Linux.

* [Remote Desktop Manager](https://docs.devolutions.net/rdm/it/ribbon-menu-bar/administration/system-settings/application/version-management)
* [Devolutions Server](https://docs.devolutions.net/server/it/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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
