udpate version numbers

This commit is contained in:
Sean Barrett
2020-02-02 11:12:13 -08:00
parent d79349d0b7
commit 5e4a0617b7
13 changed files with 29 additions and 15 deletions

View File

@ -1,8 +1,9 @@
// stb_divide.h - v0.92 - public domain - Sean Barrett, Feb 2010
// stb_divide.h - v0.93 - public domain - Sean Barrett, Feb 2010
// Three kinds of divide/modulus of signed integers.
//
// HISTORY
//
// v0.93 2020-02-02 Write useful exit() value from main()
// v0.92 2019-02-25 Fix warning
// v0.91 2010-02-27 Fix euclidean division by INT_MIN for non-truncating C
// Check result with 64-bit math to catch such cases