OpenShot Library | libopenshot  0.3.1
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 }
This struct holds version number information. Use the GetVersion() method to access the current versi...
OpenShotVersion GetVersion()
Get the current version number of libopenshot (major, minor, and build number)
This namespace is the default namespace for all code in the openshot library.
Definition: Compressor.h:28
Header file that includes the version number of libopenshot.