Skip to content

Commit

Permalink
fix: outdated version macro constants
Browse files Browse the repository at this point in the history
  • Loading branch information
motchy869 authored Jun 17, 2022
1 parent 02da196 commit 8130696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*/
#pragma once
#define MATH_LIB_VER_MAJOR 0
#define MATH_LIB_VER_MINOR 4
#define MATH_LIB_VER_PATCH 2
#define MATH_LIB_VER_ALPHA 1 // 0 if release version, 1 if alpha version
#define MATH_LIB_VER_MINOR 7
#define MATH_LIB_VER_PATCH 0
#define MATH_LIB_VER_ALPHA 0 // 0 if release version, 1 if alpha version
#define MATH_LIB_ENABLE_CANARY_MODE false
#define MATH_LIB_INLINE_AGGRESSIVELY true

0 comments on commit 8130696

Please sign in to comment.