OpenShot Library | libopenshot  0.3.2
OpenShotVersion.cpp
Go to the documentation of this file.
1 
10 // Copyright (c) 2008-2019 OpenShot Studios, LLC
11 //
12 // SPDX-License-Identifier: LGPL-3.0-or-later
13 
14 #include "OpenShotVersion.h"
15 
16 namespace openshot {
18  return openshot::Version;
19  }
20 }
openshot
This namespace is the default namespace for all code in the openshot library.
Definition: Compressor.h:28
OpenShotVersion.h
Header file that includes the version number of libopenshot.
openshot::GetVersion
OpenShotVersion GetVersion()
Get the current version number of libopenshot (major, minor, and build number)
Definition: OpenShotVersion.cpp:17
openshot::OpenShotVersion
This struct holds version number information. Use the GetVersion() method to access the current versi...
Definition: OpenShotVersion.h:43