consistent version numbers

This commit is contained in:
Tom St Denis 2016-02-03 13:00:45 -05:00
parent 09bcf7da97
commit 5cba7dd8fe
2 changed files with 3 additions and 3 deletions

2
bn.tex
View File

@ -49,7 +49,7 @@
\begin{document} \begin{document}
\frontmatter \frontmatter
\pagestyle{empty} \pagestyle{empty}
\title{LibTomMath User Manual \\ v1.0.0} \title{LibTomMath User Manual \\ v1.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,6 +1,6 @@
Feb 5th, 2016 Feb 5th, 2016
v1.0.0 v1.0
-- Bump to 1.0.0 -- Bump to 1.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()