Skip to content

Commit 5babc3a

Browse files
committed
Bump version to 0.8
1 parent 3b15602 commit 5babc3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/meshoptimizer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* meshoptimizer - version 0.7
2+
* meshoptimizer - version 0.8
33
*
44
* Copyright (C) 2016-2018, by Arseny Kapoulkine ([email protected])
55
* Report bugs and download new versions at https://github.com/zeux/meshoptimizer
@@ -12,7 +12,7 @@
1212
#include <stddef.h>
1313

1414
/* Version macro; major * 100 + minor * 10 + patch */
15-
#define MESHOPTIMIZER_VERSION 70
15+
#define MESHOPTIMIZER_VERSION 80
1616

1717
/* If no API is defined, assume default */
1818
#ifndef MESHOPTIMIZER_API

0 commit comments

Comments
 (0)