Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thisistherk committed Aug 1, 2021
1 parent 86d7dc6 commit 49c810a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast_obj.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* fast_obj
*
* Version 1.1
* Version 1.2
*
* MIT License
*
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 49c810a

Please sign in to comment.