Update version to 1.1.4

This commit is contained in:
Ben Visness
2017-06-13 11:26:46 -05:00
parent 98f535aeec
commit 440b885d59
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*
HandmadeMath.h v1.1.2
HandmadeMath.h v1.1.4
This is a single header file with a bunch of useful functions for
basic game math operations.
@@ -175,6 +175,8 @@
(*) Fixed invalid HMMDEF's in the function definitions
1.1.3
(*) Fixed compile error in C mode
1.1.4
(*) Fixed divide-by-zero errors when normalizing zero vectors.
LICENSE

View File

@@ -12,6 +12,7 @@ _This library is free and will stay free, but if you would like to support devel
Version | Changes |
----------------|----------------|
**1.1.4** | Fixed divide-by-zero errors when normalizing zero vectors.
**1.1.3** | Fixed compile error in C mode
**1.1.2** | Fixed invalid HMMDEF's in the function definitions
**1.1.1** | Resolved compiler warnings on gcc and g++