libtrackerboy/version

Search:
Group by:
Source   Edit  

Version information about the library and Trackerboy application.

Types

Version = tuple[major, minor, patch: int]
Source   Edit  

Consts

currentFileMajor = 2
The current major revision of the file format Source   Edit  
currentFileMinor = 0
The current minor revision of the file format Source   Edit  
currentFileSerial = 3

The current serial number of the file format. It is incremented for each bump to the major or minor version.

History:

  • 0: Revision A (0.0)
  • 1: Revision B (1.0)
  • 2: Revision C (1.1)
  • 3: Revision D (2.0)
Source   Edit  
currentVersion = (major: 0, minor: 9, patch: 1)
libtrackerboy version tuple Source   Edit  
currentVersionString = "0.9.1"
libtrackerboy version string formatted as major.minor.patch Source   Edit