Skip to content

Commit 3f2feb6

Browse files
committed
Update version to 0.16
1 parent 0b75d7f commit 3f2feb6

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (NOT CMAKE_VERSION VERSION_LESS 3.15)
99
cmake_policy(SET CMP0092 NEW) # Enables clean /W4 override for MSVC
1010
endif()
1111

12-
project(meshoptimizer VERSION 0.15 LANGUAGES CXX)
12+
project(meshoptimizer VERSION 0.16 LANGUAGES CXX)
1313

1414
option(MESHOPT_BUILD_DEMO "Build demo" OFF)
1515
option(MESHOPT_BUILD_GLTFPACK "Build gltfpack" OFF)

gltf/gltfpack.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gltfpack - version 0.15
2+
* gltfpack - version 0.16
33
*
44
* Copyright (C) 2016-2021, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
55
* Report bugs and download new versions at https://github.com/zeux/meshoptimizer
@@ -329,7 +329,7 @@ void writeExtras(std::string& json, const std::string& data, const cgltf_extras&
329329
void writeScene(std::string& json, const cgltf_scene& scene, const std::string& roots);
330330

331331
/**
332-
* Copyright (c) 2016-2020 Arseny Kapoulkine
332+
* Copyright (c) 2016-2021 Arseny Kapoulkine
333333
*
334334
* Permission is hereby granted, free of charge, to any person
335335
* obtaining a copy of this software and associated documentation

gltf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gltfpack",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "A command-line tool that can optimize glTF files for size and speed",
55
"author": "Arseny Kapoulkine",
66
"license": "MIT",

js/meshopt_decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)