Merge pull request #102 from google/ver_0-10-1

Increase version to "0.10.1"
This commit is contained in:
FrankGalligan 2017-04-17 11:23:03 -07:00 committed by GitHub
commit 67600aa521

View File

@ -18,7 +18,7 @@
namespace draco {
// Draco version is comprised of <major>.<minor>.<revision>.
static const char kDracoVersion[] = "0.10.0";
static const char kDracoVersion[] = "0.10.1";
const char *Version() { return kDracoVersion; }