---
title: "Version"
source: https://dev.pageseeder.com/reference/glossary/version.html
description: "A version is a named snapshot of a single document identified by a number, date, or free text, optionally with labels and notes. Versions can be categorized as minor or major for flexible document management and release control, and can be applied to multiple documents simultaneously through bulk versioning."
last_updated: 2026-09-08T13:59:50+10:00
tokens: ~311
---

# Version

A version is a “named” snapshot of a single [document](/reference/glossary/document.md). A name can be any of the following:

- **number** – 1.1
- **date** – 2019-08-29
- **free text** – First Draft

and it might be complemented by a text note and/or [labels](/reference/glossary/labels.md).

The version only includes local content, not [transclusions](/reference/glossary/transclusion.md). A collection of documents can be “versioned” simultaneously and with the same name, but any version applies to only a single document.

## Minor and major versions

Versions to be categorized as “minor” or “major”. This allows for the flexible management and release of documents. Major versions might be used as the trigger to publish externally but minor versions might be for internal review. For example, if the [export](/guide/publishing/ant_api/tasks/task_export.md) ANT task `version` attribute is set to `4.0`, then content created after 4.0 won’t be exported. This can prevent content being prematurely released.

## Bulk versioning

A feature that allows a version to be set for an entire tree, or sub-tree, of documents in a single action.

For more information, *see* [batch processing](/reference/glossary/batch_processing.md).

