Bump version & update tfm.pdf
This commit is contained in:
parent
cdade88984
commit
3a7273b2da
BIN
doc/tfm.pdf
BIN
doc/tfm.pdf
Binary file not shown.
2
makefile
2
makefile
@ -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
|
||||||
|
|
||||||
|
@ -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))
|
||||||
|
2
tfm.tex
2
tfm.tex
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user