This page details the standard procedure for version number controlling with regards to the development of TM Forum assets within our member Collaboration projects:

Version Numbering Scheme

  1. Basic Structure:
    • Use a major.minor.patch format (e.g., 1.0.0).
      • Major: Incremented for significant changes or overhauls.
      • Minor: Incremented for smaller updates or new features.
      • Patch: Incremented for minor changes, corrections, or typos.

Guidelines for Version Incrementation

  1. Major Version Incrementation:

    • Increase the major version number when:
      • Significant structural changes are made.
      • New chapters or sections are added.
      • The document’s purpose or audience significantly changes.
    • Example: 1.0 to 2.0
  2. Minor Version Incrementation:

    • Increase the minor version number when:
      • New subsections or appendices are added.
      • Existing content is expanded or significantly revised.
      • Updates are made that add value but don’t overhaul the document.
    • Example: 1.0 to 1.1
  3. Patch Version Incrementation:

    • Increase the patch version number when:
      • Minor edits or corrections are made (e.g., typos, grammar fixes).
      • Formatting changes that do not alter the content are made.
      • Small clarifications or footnotes are added.
    • Example: 1.0 to 1.0.1


  • No labels