We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b15602 commit 5babc3aCopy full SHA for 5babc3a
src/meshoptimizer.h
@@ -1,5 +1,5 @@
1
/**
2
- * meshoptimizer - version 0.7
+ * meshoptimizer - version 0.8
3
*
4
* Copyright (C) 2016-2018, by Arseny Kapoulkine ([email protected])
5
* Report bugs and download new versions at https://github.com/zeux/meshoptimizer
@@ -12,7 +12,7 @@
12
#include <stddef.h>
13
14
/* Version macro; major * 100 + minor * 10 + patch */
15
-#define MESHOPTIMIZER_VERSION 70
+#define MESHOPTIMIZER_VERSION 80
16
17
/* If no API is defined, assume default */
18
#ifndef MESHOPTIMIZER_API
0 commit comments