mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 13:05:02 +00:00
Bump version number
This commit is contained in:
parent
86d7dc6e43
commit
49c810ae1c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* fast_obj
|
||||
*
|
||||
* Version 1.1
|
||||
* Version 1.2
|
||||
*
|
||||
* MIT License
|
||||
*
|
||||
|
@ -31,7 +31,7 @@
|
|||
#define FAST_OBJ_HDR
|
||||
|
||||
#define FAST_OBJ_VERSION_MAJOR 1
|
||||
#define FAST_OBJ_VERSION_MINOR 1
|
||||
#define FAST_OBJ_VERSION_MINOR 2
|
||||
#define FAST_OBJ_VERSION ((FAST_OBJ_VERSION_MAJOR << 8) | FAST_OBJ_VERSION_MINOR)
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue