• Introduction
  • Theory
  • Guides
  • Tutorials
  • FAQ
  • Articles
  • Documentation
  • PDF
Search Results for

    Show / Hide Table of Contents
    • Introduction
    • Installing
      • Manual install
      • Adding to PATH
    • Command Line Interface
    • Commands
    • Config files
    • Dates
    • FAQ
    • Supported Audio Formats
    • Versioning
    • Logs
    • Reporting bugs

    Versioning

    Obtaining the version of AP.exe

    The software version number can be obtained by simply typing:

    $ AnalysisPrograms.exe
    

    The version number is also shown:

    • whenever the program runs
    • in the log file every time the program is run
    • metadata of the file
    • the filename of the release on GitHub
    • the tag of the release on GitHub

    Interpreting the version

    The output looks like:

    QUT Ecoacoustics Analysis Programs - version 18.03.3.5 (DEBUG build, 2018-03-19 12:23)
    Git branch-version: master-517b65bca92f1ed6ce3ea207a5660ff473222424-DIRTY-CI:000
    Copyright QUT 2018
    

    Our program uses an automatic version numbering system. A version number such as 18.03.3.5 can be deciphered as:

    <2-digit-year>.<2-digit-month>.<number-of-releases-this-month>.<commits-since-last-release>.

    Thus, version 18.03.3.5 was created in 2018, in March, and is the third release made that month, and there were five changes (commits) since the last release.

    The Git branch information can be deciphered as:

    <git-branch-when-built>-<latest-commit-hash-when-built>

    • Improve this Doc
    In This Article
    • Obtaining the version of AP.exe
    • Interpreting the version
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top