OpenShot Library | libopenshot 0.3.3
Loading...
Searching...
No Matches
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
16namespace openshot {
18 return openshot::Version;
19 }
20}
Header file that includes the version number of libopenshot.
This namespace is the default namespace for all code in the openshot library.
Definition Compressor.h:29
OpenShotVersion GetVersion()
Get the current version number of libopenshot (major, minor, and build number)
This struct holds version number information. Use the GetVersion() method to access the current versi...