OpenShot Library | libopenshot  0.2.7
OpenShotVersion.cpp
Go to the documentation of this file.
1 /**
2  * @file
3  * @brief Source file for GetVersion function
4  * @author Jonathan Thomas <jonathan@openshot.org>
5  * @author FeRD (Frank Dana) <ferdnyc@gmail.com>
6  *
7  * @ref License
8  */
9 
10 /* LICENSE
11  *
12  * Copyright (c) 2008-2019 OpenShot Studios, LLC
13  * <http://www.openshotstudios.com/>. This file is part of
14  * OpenShot Library (libopenshot), an open-source project dedicated to
15  * delivering high quality video editing and animation solutions to the
16  * world. For more information visit <http://www.openshot.org/>.
17  *
18  * OpenShot Library (libopenshot) is free software: you can redistribute it
19  * and/or modify it under the terms of the GNU Lesser General Public License
20  * as published by the Free Software Foundation, either version 3 of the
21  * License, or (at your option) any later version.
22  *
23  * OpenShot Library (libopenshot) is distributed in the hope that it will be
24  * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26  * GNU Lesser General Public License for more details.
27  *
28  * You should have received a copy of the GNU Lesser General Public License
29  * along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
30  */
31 
32 #include "OpenShotVersion.h"
33 
34 namespace openshot {
36  return openshot::Version;
37  }
38 }
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:46
Header file that includes the version number of libopenshot.