Bump version number to 1.3

This commit is contained in:
Richard Knight 2024-06-04 20:27:55 +01:00
parent 0ba37c7ff9
commit 9e2c3677b6

View file

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