From 5cba7dd8fe9aaa99f1cd0b8948d6cf5152b813ed Mon Sep 17 00:00:00 2001 From: Tom St Denis Date: Wed, 3 Feb 2016 13:00:45 -0500 Subject: [PATCH] consistent version numbers --- bn.tex | 2 +- changes.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bn.tex b/bn.tex index d975471..5804318 100644 --- a/bn.tex +++ b/bn.tex @@ -49,7 +49,7 @@ \begin{document} \frontmatter \pagestyle{empty} -\title{LibTomMath User Manual \\ v1.0.0} +\title{LibTomMath User Manual \\ v1.0} \author{Tom St Denis \\ tstdenis82@gmail.com} \maketitle This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been diff --git a/changes.txt b/changes.txt index d70d589..640b497 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,6 @@ Feb 5th, 2016 -v1.0.0 - -- Bump to 1.0.0 +v1.0 + -- Bump to 1.0 -- Dirkjan Bussink provided a faster version of mp_expt_d() -- Moritz Lenz contributed a fix to mp_mod() and provided mp_get_long() and mp_set_long()