mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-03 20:45:02 +00:00
Bump version number to 1.3
This commit is contained in:
parent
0ba37c7ff9
commit
9e2c3677b6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#define FAST_OBJ_HDR
|
||||
|
||||
#define FAST_OBJ_VERSION_MAJOR 1
|
||||
#define FAST_OBJ_VERSION_MINOR 2
|
||||
#define FAST_OBJ_VERSION_MINOR 3
|
||||
#define FAST_OBJ_VERSION ((FAST_OBJ_VERSION_MAJOR << 8) | FAST_OBJ_VERSION_MINOR)
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue