Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qtquick3d Assimp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Karlsson
Qtquick3d Assimp
Commits
8f0c6b04
Unverified
Commit
8f0c6b04
authored
5 years ago
by
Kim Kulling
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Version.cpp
Fix version.
parent
2cb15ba5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/Common/Version.cpp
+4
-4
4 additions, 4 deletions
code/Common/Version.cpp
with
4 additions
and
4 deletions
code/Common/Version.cpp
+
4
−
4
View file @
8f0c6b04
...
...
@@ -46,8 +46,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
<assimp/scene.h>
#include
"ScenePrivate.h"
static
const
unsigned
int
MajorVersion
=
4
;
static
const
unsigned
int
MinorVersion
=
1
;
static
const
unsigned
int
MajorVersion
=
5
;
static
const
unsigned
int
MinorVersion
=
0
;
// --------------------------------------------------------------------------------
// Legal information string - don't remove this.
...
...
@@ -56,9 +56,9 @@ static const char* LEGAL_INFORMATION =
"Open Asset Import Library (Assimp).
\n
"
"A free C/C++ library to import various 3D file formats into applications
\n\n
"
"(c) 2008-20
17
, assimp team
\n
"
"(c) 2008-20
20
, assimp team
\n
"
"License under the terms and conditions of the 3-clause BSD license
\n
"
"http://
assimp.sourceforge.net
\n
"
"http
s
://
github.com/assimp/assimp
\n
"
;
// ------------------------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment