Audacity 3.2.0
Classes | Functions
VersionId.h File Reference

Declare a class with version number manipulation. More...

#include <wx/arrstr.h>
Include dependency graph for VersionId.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VersionId
 A class, that supports base manipulation with version number. More...
 

Functions

static VersionId CurrentBuildVersion ()
 Return version (VersionId) object with current Audacity build version. More...
 

Detailed Description

Declare a class with version number manipulation.


Audacity: A Digital Audio Editor

Anton Gerasimov

Definition in file VersionId.h.

Function Documentation

◆ CurrentBuildVersion()

static VersionId CurrentBuildVersion ( )
inlinestatic

Return version (VersionId) object with current Audacity build version.

Definition at line 47 of file VersionId.h.

48{
49 return VersionId { AUDACITY_VERSION, AUDACITY_RELEASE, AUDACITY_REVISION,
50 AUDACITY_MODLEVEL };
51}
A class, that supports base manipulation with version number.
Definition: VersionId.h:19

Referenced by UpdateManager::GetUpdates().

Here is the caller graph for this function: