Bump version number

This commit is contained in:
Richard Knight 2021-08-01 14:07:18 +01:00
parent 86d7dc6e43
commit 49c810ae1c

View file

@ -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>