Bump to v1.0.0

This commit is contained in:
Tom St Denis 2016-01-31 13:52:03 -05:00
parent dd82833cde
commit 432e3bd8eb
3 changed files with 6 additions and 5 deletions

2
bn.tex
View File

@ -49,7 +49,7 @@
\begin{document} \begin{document}
\frontmatter \frontmatter
\pagestyle{empty} \pagestyle{empty}
\title{LibTomMath User Manual \\ v0.43.0} \title{LibTomMath User Manual \\ v1.0.0}
\author{Tom St Denis \\ tstdenis82@gmail.com} \author{Tom St Denis \\ tstdenis82@gmail.com}
\maketitle \maketitle
This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been

View File

@ -1,5 +1,6 @@
XXX, 2014 Feb 5th, 2016
v0.43.0 v1.0.0
-- Bump to 1.0.0
-- Dirkjan Bussink provided a faster version of mp_expt_d() -- Dirkjan Bussink provided a faster version of mp_expt_d()
-- Moritz Lenz contributed a fix to mp_mod() -- Moritz Lenz contributed a fix to mp_mod()
and provided mp_get_long() and mp_set_long() and provided mp_get_long() and mp_set_long()

View File

@ -3,8 +3,8 @@
# #
#version of library #version of library
VER_MAJOR=0 VER_MAJOR=1
VER_MINOR=43 VER_MINOR=0
VER_PATCH=0 VER_PATCH=0
# default make target # default make target