This article is a stub and will be finished in Release Candidate 2.
Panther
The Axeon Panther Version Master Utility, simply reffered to as Panther (formerly known as TagGen and the Axeon Deltari Build Tag Generator) is a component present in Deltari (including subquesent forks) and Project Cuber designed to automatically generate a new version number after each build. It uses a modified version of the Microsoft Windows version number format for version numbers, commonly reffered to as build tags.
Build tags were introduced as early as the first KuroWiki build but were not automatically generated with each site build until September 2025 following the release of Beta 4.
Format
The Panther utility uses a custom version of the Microsoft Windows build tag format, which is major.minor.build.delta.id.lab.timestamp. It can be broken down to the following:
major: The major version.minor: The minor version.build: The build number (or compile number) of the site, which is automatically increased on each site build.delta: A secondary build number used whenever a build is compiled, but is not suitable enough to be considered a new build. This is usually used whenever an exact build is recompiled, such as KuroWiki build 5194.43.id: The compile identificator, which states the exact type of build that a site is. It consists of a milestone prefix (such asb6for Beta 6 oralpfor Alpha) followed by the build type (such asfrefor retail/”free” builds, orchkfor debug/”checked” builds). It is usually left out of some versions of a build tag, but it is usually used on the Akane watermarks, for example.lab: The build branch (or build lab), which is the source code branch where the build was compiled from. For private builds, it is usually prefixed byprivate/and followed by the name of the user account who compiled the build in parenthesis.timestamp: The compilation date and time of the build itself based on the ISO 8601 format. It is usually in the UTC-6 or UTC+2 (or +3 depending on Daylight Saving Time) timezones, but it depends by branch.
Usage and Implementation
On prior versions of Panther, the version numbers would be called via , such as ``5200``. Starting with version 3.0, the version numbers are written to `_includes/version.html`, which then can be called independently or fully via, such as ````. To call the full build tag, the full object can be called.
SpringViewer Codename "Trifrost" 3.0.5200.kuro_sl1
Debug Axeon Akane Code Name "Cairo" Release Candidate Version 7.0 (Build 5200.rc1chk.kuro_sl1.260801-1129)