Merge tag 'v0.13.1' into develop

Bugfix release 0.13.1
This commit is contained in:
Steffen Jaeckel 2017-04-04 12:25:02 +02:00
commit e578621888
5 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
April 4th, 2017
v0.13.1
-- Fix missing fp_rand symbol in shared library
-- Fix some parameters in API signatures that should've been const
-- Bugfixes and improvements contributed by Sebastian Siewior, Reiner Herrmann and Mathias Tausig
October 24th, 2015 October 24th, 2015
v0.13.0 v0.13.0
-- Add fp_rand() -- Add fp_rand()

Binary file not shown.

View File

@ -1,7 +1,7 @@
#makefile for TomsFastMath #makefile for TomsFastMath
# #
# #
VERSION=0.14-develop VERSION=0.13.1
CFLAGS += -Wall -W -Wshadow -Isrc/headers CFLAGS += -Wall -W -Wshadow -Isrc/headers

View File

@ -22,8 +22,8 @@
* Patch * Patch
* XX - undefined * XX - undefined
*/ */
#define TFM_VERSION 0x000D0000 #define TFM_VERSION 0x000D0100
#define TFM_VERSION_S "v0.13.0" #define TFM_VERSION_S "v0.13.1"
#ifndef MIN #ifndef MIN
#define MIN(x,y) ((x)<(y)?(x):(y)) #define MIN(x,y) ((x)<(y)?(x):(y))

View File

@ -49,7 +49,7 @@
\begin{document} \begin{document}
\frontmatter \frontmatter
\pagestyle{empty} \pagestyle{empty}
\title{TomsFastMath User Manual \\ v0.13.0} \title{TomsFastMath User Manual \\ v0.13.1}
\author{Tom St Denis \\ tomstdenis@gmail.com} \author{Tom St Denis \\ tomstdenis@gmail.com}
\maketitle \maketitle
This text and library are all hereby placed in the public domain. This book has been formatted for B5 This text and library are all hereby placed in the public domain. This book has been formatted for B5